Shades of Medium Orchid #BC70E8
Tints of Medium Orchid #BC70E8
RGB
CMYK
RGB Variations
Color information
#BC70E8 (or 0xBC70E8) is known color: Medium Orchid. HEX triplet: BC, 70 and E8. RGB value is (188,112,232). Sum of RGB (Red+Green+Blue) = 188+112+232=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70E8 is #438F17. Grayscale: #949494. Windows color (decimal): -4427544 or 15233212. OLE color: 15233212.
HSL color Cylindrical-coordinate representation of color #BC70E8: hue angle of 278º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC70E8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 112 | 232 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 278º | 0.72% | 0.67% | - |
| HSV(B) | 278º | 0.52% | 0.91% | - |
| XYZ | 41.1 | 28.11 | 79.6 | - |
| YUV | 148.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 232 | 0.19 | 0.52 | 0 | 0.09 | 278 | 0.72 | 0.67 |
| Hex | BC | 70 | E8 | 13 | 34 | 0 | 9 | 116 | 48 | 43 |
| Octal | 274 | 160 | 350 | 23 | 64 | 0 | 11 | 426 | 110 | 103 |
| Binary | 10111100 | 1110000 | 11101000 | 10011 | 110100 | 0 | 1001 | 100010110 | 1001000 | 1000011 |
Color Harmonies of #BC70E8
Complementary color
Monochromatic Colors of #BC70E8
Black with #BC70E8
Text Example
Text Example
White with #BC70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70E8; }
p { color: rgb(188,112,232); }
H1.HeaderClassName
{
color: #BC70E8;
}
.AnyTagClassName
{
color: #BC70E8;
}
</style>
background-color css
<style>
a { background-color: #BC70E8; }
a { background-color: rgb(188,112,232); }
div.DivClassName
{
background-color: #BC70E8;
}
.BgClassName
{
background-color: #BC70E8;
}
</style>
border-color css
<style>
span { border-color: #BC70E8; }
span { border-color: rgb(188,112,232); }
td.TdClassName
{
border-color: #BC70E8;
}
.TagClassName
{
border-color: #BC70E8;
}
</style>