Shades of Medium Orchid #BC6EE9
Tints of Medium Orchid #BC6EE9
RGB
CMYK
RGB Variations
Color information
#BC6EE9 (or 0xBC6EE9) is known color: Medium Orchid. HEX triplet: BC, 6E and E9. RGB value is (188,110,233). Sum of RGB (Red+Green+Blue) = 188+110+233=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EE9 is #439116. Grayscale: #929292. Windows color (decimal): -4428055 or 15298236. OLE color: 15298236.
HSL color Cylindrical-coordinate representation of color #BC6EE9: hue angle of 278.05º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6EE9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 110 | 233 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.09 |
| HSL | 278.05º | 0.74% | 0.67% | - |
| HSV(B) | 278.05º | 0.53% | 0.91% | - |
| XYZ | 41.02 | 27.73 | 80.28 | - |
| YUV | 147.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 233 | 0.19 | 0.53 | 0 | 0.09 | 278.05 | 0.74 | 0.67 |
| Hex | BC | 6E | E9 | 13 | 35 | 0 | 9 | 116 | 4A | 43 |
| Octal | 274 | 156 | 351 | 23 | 65 | 0 | 11 | 426 | 112 | 103 |
| Binary | 10111100 | 1101110 | 11101001 | 10011 | 110101 | 0 | 1001 | 100010110 | 1001010 | 1000011 |
Color Harmonies of #BC6EE9
Complementary color
Monochromatic Colors of #BC6EE9
Black with #BC6EE9
Text Example
Text Example
White with #BC6EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EE9; }
p { color: rgb(188,110,233); }
H1.HeaderClassName
{
color: #BC6EE9;
}
.AnyTagClassName
{
color: #BC6EE9;
}
</style>
background-color css
<style>
a { background-color: #BC6EE9; }
a { background-color: rgb(188,110,233); }
div.DivClassName
{
background-color: #BC6EE9;
}
.BgClassName
{
background-color: #BC6EE9;
}
</style>
border-color css
<style>
span { border-color: #BC6EE9; }
span { border-color: rgb(188,110,233); }
td.TdClassName
{
border-color: #BC6EE9;
}
.TagClassName
{
border-color: #BC6EE9;
}
</style>