Shades of Deep Magenta #BC02D8
Tints of Deep Magenta #BC02D8
RGB
CMYK
RGB Variations
Color information
#BC02D8 (or 0xBC02D8) is known color: Deep Magenta. HEX triplet: BC, 02 and D8. RGB value is (188,2,216). Sum of RGB (Red+Green+Blue) = 188+2+216=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC02D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02D8 is #43FD27. Grayscale: #515151. Windows color (decimal): -4455720 or 14156476. OLE color: 14156476.
HSL color Cylindrical-coordinate representation of color #BC02D8: hue angle of 292.15º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02D8 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 2 | 216 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.15 |
| HSL | 292.15º | 0.98% | 0.43% | - |
| HSV(B) | 292.15º | 0.99% | 0.85% | - |
| XYZ | 33.16 | 15.69 | 66.25 | - |
| YUV | 82.01 | 203.62 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 216 | 0.13 | 0.99 | 0 | 0.15 | 292.15 | 0.98 | 0.43 |
| Hex | BC | 2 | D8 | D | 63 | 0 | F | 124 | 62 | 2B |
| Octal | 274 | 2 | 330 | 15 | 143 | 0 | 17 | 444 | 142 | 53 |
| Binary | 10111100 | 10 | 11011000 | 1101 | 1100011 | 0 | 1111 | 100100100 | 1100010 | 101011 |
Color Harmonies of #BC02D8
Complementary color
Monochromatic Colors of #BC02D8
Black with #BC02D8
Text Example
Text Example
White with #BC02D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02D8; }
p { color: rgb(188,2,216); }
H1.HeaderClassName
{
color: #BC02D8;
}
.AnyTagClassName
{
color: #BC02D8;
}
</style>
background-color css
<style>
a { background-color: #BC02D8; }
a { background-color: rgb(188,2,216); }
div.DivClassName
{
background-color: #BC02D8;
}
.BgClassName
{
background-color: #BC02D8;
}
</style>
border-color css
<style>
span { border-color: #BC02D8; }
span { border-color: rgb(188,2,216); }
td.TdClassName
{
border-color: #BC02D8;
}
.TagClassName
{
border-color: #BC02D8;
}
</style>