Shades of Medium Orchid #BC6EEA
Tints of Medium Orchid #BC6EEA
RGB
CMYK
RGB Variations
Color information
#BC6EEA (or 0xBC6EEA) is known color: Medium Orchid. HEX triplet: BC, 6E and EA. RGB value is (188,110,234). Sum of RGB (Red+Green+Blue) = 188+110+234=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEA is #439115. Grayscale: #939393. Windows color (decimal): -4428054 or 15363772. OLE color: 15363772.
HSL color Cylindrical-coordinate representation of color #BC6EEA: hue angle of 277.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6EEA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 110 | 234 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.08 |
| HSL | 277.74º | 0.75% | 0.67% | - |
| HSV(B) | 277.74º | 0.53% | 0.92% | - |
| XYZ | 41.17 | 27.78 | 81.04 | - |
| YUV | 147.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 234 | 0.20 | 0.53 | 0 | 0.08 | 277.74 | 0.75 | 0.67 |
| Hex | BC | 6E | EA | 14 | 35 | 0 | 8 | 116 | 4B | 43 |
| Octal | 274 | 156 | 352 | 24 | 65 | 0 | 10 | 426 | 113 | 103 |
| Binary | 10111100 | 1101110 | 11101010 | 10100 | 110101 | 0 | 1000 | 100010110 | 1001011 | 1000011 |
Color Harmonies of #BC6EEA
Complementary color
Monochromatic Colors of #BC6EEA
Black with #BC6EEA
Text Example
Text Example
White with #BC6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EEA; }
p { color: rgb(188,110,234); }
H1.HeaderClassName
{
color: #BC6EEA;
}
.AnyTagClassName
{
color: #BC6EEA;
}
</style>
background-color css
<style>
a { background-color: #BC6EEA; }
a { background-color: rgb(188,110,234); }
div.DivClassName
{
background-color: #BC6EEA;
}
.BgClassName
{
background-color: #BC6EEA;
}
</style>
border-color css
<style>
span { border-color: #BC6EEA; }
span { border-color: rgb(188,110,234); }
td.TdClassName
{
border-color: #BC6EEA;
}
.TagClassName
{
border-color: #BC6EEA;
}
</style>