Shades of Deep Magenta #BC0EC8
Tints of Deep Magenta #BC0EC8
RGB
CMYK
RGB Variations
Color information
#BC0EC8 (or 0xBC0EC8) is known color: Deep Magenta. HEX triplet: BC, 0E and C8. RGB value is (188,14,200). Sum of RGB (Red+Green+Blue) = 188+14+200=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC0EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EC8 is #43F137. Grayscale: #565656. Windows color (decimal): -4452664 or 13110972. OLE color: 13110972.
HSL color Cylindrical-coordinate representation of color #BC0EC8: hue angle of 296.13º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0EC8 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 14 | 200 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.22 |
| HSL | 296.13º | 0.87% | 0.42% | - |
| HSV(B) | 296.13º | 0.93% | 0.78% | - |
| XYZ | 31.32 | 15.18 | 55.92 | - |
| YUV | 87.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 200 | 0.06 | 0.93 | 0 | 0.22 | 296.13 | 0.87 | 0.42 |
| Hex | BC | E | C8 | 6 | 5D | 0 | 16 | 128 | 57 | 2A |
| Octal | 274 | 16 | 310 | 6 | 135 | 0 | 26 | 450 | 127 | 52 |
| Binary | 10111100 | 1110 | 11001000 | 110 | 1011101 | 0 | 10110 | 100101000 | 1010111 | 101010 |
Color Harmonies of #BC0EC8
Complementary color
Monochromatic Colors of #BC0EC8
Black with #BC0EC8
Text Example
Text Example
White with #BC0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0EC8; }
p { color: rgb(188,14,200); }
H1.HeaderClassName
{
color: #BC0EC8;
}
.AnyTagClassName
{
color: #BC0EC8;
}
</style>
background-color css
<style>
a { background-color: #BC0EC8; }
a { background-color: rgb(188,14,200); }
div.DivClassName
{
background-color: #BC0EC8;
}
.BgClassName
{
background-color: #BC0EC8;
}
</style>
border-color css
<style>
span { border-color: #BC0EC8; }
span { border-color: rgb(188,14,200); }
td.TdClassName
{
border-color: #BC0EC8;
}
.TagClassName
{
border-color: #BC0EC8;
}
</style>