Shades of Deep Magenta #BC02C8
Tints of Deep Magenta #BC02C8
RGB
CMYK
RGB Variations
Color information
#BC02C8 (or 0xBC02C8) is known color: Deep Magenta. HEX triplet: BC, 02 and C8. RGB value is (188,2,200). Sum of RGB (Red+Green+Blue) = 188+2+200=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC02C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02C8 is #43FD37. Grayscale: #4F4F4F. Windows color (decimal): -4455736 or 13107900. OLE color: 13107900.
HSL color Cylindrical-coordinate representation of color #BC02C8: hue angle of 296.36º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02C8 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 2 | 200 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.22 |
| HSL | 296.36º | 0.98% | 0.4% | - |
| HSV(B) | 296.36º | 0.99% | 0.78% | - |
| XYZ | 31.19 | 14.9 | 55.88 | - |
| YUV | 80.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 200 | 0.06 | 0.99 | 0 | 0.22 | 296.36 | 0.98 | 0.4 |
| Hex | BC | 2 | C8 | 6 | 63 | 0 | 16 | 128 | 62 | 28 |
| Octal | 274 | 2 | 310 | 6 | 143 | 0 | 26 | 450 | 142 | 50 |
| Binary | 10111100 | 10 | 11001000 | 110 | 1100011 | 0 | 10110 | 100101000 | 1100010 | 101000 |
Color Harmonies of #BC02C8
Complementary color
Monochromatic Colors of #BC02C8
Black with #BC02C8
Text Example
Text Example
White with #BC02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02C8; }
p { color: rgb(188,2,200); }
H1.HeaderClassName
{
color: #BC02C8;
}
.AnyTagClassName
{
color: #BC02C8;
}
</style>
background-color css
<style>
a { background-color: #BC02C8; }
a { background-color: rgb(188,2,200); }
div.DivClassName
{
background-color: #BC02C8;
}
.BgClassName
{
background-color: #BC02C8;
}
</style>
border-color css
<style>
span { border-color: #BC02C8; }
span { border-color: rgb(188,2,200); }
td.TdClassName
{
border-color: #BC02C8;
}
.TagClassName
{
border-color: #BC02C8;
}
</style>