Shades of Deep Magenta #BC05CE
Tints of Deep Magenta #BC05CE
RGB
CMYK
RGB Variations
Color information
#BC05CE (or 0xBC05CE) is known color: Deep Magenta. HEX triplet: BC, 05 and CE. RGB value is (188,5,206). Sum of RGB (Red+Green+Blue) = 188+5+206=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC05CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC05CE is #43FA31. Grayscale: #525252. Windows color (decimal): -4454962 or 13501884. OLE color: 13501884.
HSL color Cylindrical-coordinate representation of color #BC05CE: hue angle of 294.63º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC05CE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 5 | 206 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.19 |
| HSL | 294.63º | 0.95% | 0.41% | - |
| HSV(B) | 294.63º | 0.98% | 0.81% | - |
| XYZ | 31.93 | 15.26 | 59.65 | - |
| YUV | 82.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 206 | 0.09 | 0.98 | 0 | 0.19 | 294.63 | 0.95 | 0.41 |
| Hex | BC | 5 | CE | 9 | 62 | 0 | 13 | 127 | 5F | 29 |
| Octal | 274 | 5 | 316 | 11 | 142 | 0 | 23 | 447 | 137 | 51 |
| Binary | 10111100 | 101 | 11001110 | 1001 | 1100010 | 0 | 10011 | 100100111 | 1011111 | 101001 |
Color Harmonies of #BC05CE
Complementary color
Monochromatic Colors of #BC05CE
Black with #BC05CE
Text Example
Text Example
White with #BC05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC05CE; }
p { color: rgb(188,5,206); }
H1.HeaderClassName
{
color: #BC05CE;
}
.AnyTagClassName
{
color: #BC05CE;
}
</style>
background-color css
<style>
a { background-color: #BC05CE; }
a { background-color: rgb(188,5,206); }
div.DivClassName
{
background-color: #BC05CE;
}
.BgClassName
{
background-color: #BC05CE;
}
</style>
border-color css
<style>
span { border-color: #BC05CE; }
span { border-color: rgb(188,5,206); }
td.TdClassName
{
border-color: #BC05CE;
}
.TagClassName
{
border-color: #BC05CE;
}
</style>