Shades of Medium Orchid #BC6EE8
Tints of Medium Orchid #BC6EE8
RGB
CMYK
RGB Variations
Color information
#BC6EE8 (or 0xBC6EE8) is known color: Medium Orchid. HEX triplet: BC, 6E and E8. RGB value is (188,110,232). Sum of RGB (Red+Green+Blue) = 188+110+232=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC6EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EE8 is #439117. Grayscale: #929292. Windows color (decimal): -4428056 or 15232700. OLE color: 15232700.
HSL color Cylindrical-coordinate representation of color #BC6EE8: hue angle of 278.36º degrees, saturation: 0.73, 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 #BC6EE8 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 110 | 232 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.09 |
| HSL | 278.36º | 0.73% | 0.67% | - |
| HSV(B) | 278.36º | 0.53% | 0.91% | - |
| XYZ | 40.88 | 27.67 | 79.53 | - |
| YUV | 147.23 | 175.84 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 232 | 0.19 | 0.53 | 0 | 0.09 | 278.36 | 0.73 | 0.67 |
| Hex | BC | 6E | E8 | 13 | 35 | 0 | 9 | 116 | 49 | 43 |
| Octal | 274 | 156 | 350 | 23 | 65 | 0 | 11 | 426 | 111 | 103 |
| Binary | 10111100 | 1101110 | 11101000 | 10011 | 110101 | 0 | 1001 | 100010110 | 1001001 | 1000011 |
Color Harmonies of #BC6EE8
Complementary color
Monochromatic Colors of #BC6EE8
Black with #BC6EE8
Text Example
Text Example
White with #BC6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EE8; }
p { color: rgb(188,110,232); }
H1.HeaderClassName
{
color: #BC6EE8;
}
.AnyTagClassName
{
color: #BC6EE8;
}
</style>
background-color css
<style>
a { background-color: #BC6EE8; }
a { background-color: rgb(188,110,232); }
div.DivClassName
{
background-color: #BC6EE8;
}
.BgClassName
{
background-color: #BC6EE8;
}
</style>
border-color css
<style>
span { border-color: #BC6EE8; }
span { border-color: rgb(188,110,232); }
td.TdClassName
{
border-color: #BC6EE8;
}
.TagClassName
{
border-color: #BC6EE8;
}
</style>