Shades of Deep Magenta #BC08CE
Tints of Deep Magenta #BC08CE
RGB
CMYK
RGB Variations
Color information
#BC08CE (or 0xBC08CE) is known color: Deep Magenta. HEX triplet: BC, 08 and CE. RGB value is (188,8,206). Sum of RGB (Red+Green+Blue) = 188+8+206=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08CE is #43F731. Grayscale: #535353. Windows color (decimal): -4454194 or 13502652. OLE color: 13502652.
HSL color Cylindrical-coordinate representation of color #BC08CE: hue angle of 294.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC08CE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 8 | 206 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.19 |
| HSL | 294.55º | 0.93% | 0.42% | - |
| HSV(B) | 294.55º | 0.96% | 0.81% | - |
| XYZ | 31.97 | 15.32 | 59.67 | - |
| YUV | 84.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 206 | 0.09 | 0.96 | 0 | 0.19 | 294.55 | 0.93 | 0.42 |
| Hex | BC | 8 | CE | 9 | 60 | 0 | 13 | 127 | 5D | 2A |
| Octal | 274 | 10 | 316 | 11 | 140 | 0 | 23 | 447 | 135 | 52 |
| Binary | 10111100 | 1000 | 11001110 | 1001 | 1100000 | 0 | 10011 | 100100111 | 1011101 | 101010 |
Color Harmonies of #BC08CE
Complementary color
Monochromatic Colors of #BC08CE
Black with #BC08CE
Text Example
Text Example
White with #BC08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08CE; }
p { color: rgb(188,8,206); }
H1.HeaderClassName
{
color: #BC08CE;
}
.AnyTagClassName
{
color: #BC08CE;
}
</style>
background-color css
<style>
a { background-color: #BC08CE; }
a { background-color: rgb(188,8,206); }
div.DivClassName
{
background-color: #BC08CE;
}
.BgClassName
{
background-color: #BC08CE;
}
</style>
border-color css
<style>
span { border-color: #BC08CE; }
span { border-color: rgb(188,8,206); }
td.TdClassName
{
border-color: #BC08CE;
}
.TagClassName
{
border-color: #BC08CE;
}
</style>