You can get a color object from a color name string like this:
VB Code:
  1. Me.BackColor = System.Drawing.Color.FromName("Red")

There are similiar functions to get it from a RGB combo and things like that.