Shades of Deep Magenta #BC04C8
Tints of Deep Magenta #BC04C8
RGB
CMYK
RGB Variations
Color information
#BC04C8 (or 0xBC04C8) is known color: Deep Magenta. HEX triplet: BC, 04 and C8. RGB value is (188,4,200). Sum of RGB (Red+Green+Blue) = 188+4+200=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC04C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04C8 is #43FB37. Grayscale: #505050. Windows color (decimal): -4455224 or 13108412. OLE color: 13108412.
HSL color Cylindrical-coordinate representation of color #BC04C8: hue angle of 296.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04C8 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 4 | 200 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.22 |
| HSL | 296.33º | 0.96% | 0.4% | - |
| HSV(B) | 296.33º | 0.98% | 0.78% | - |
| XYZ | 31.21 | 14.95 | 55.88 | - |
| YUV | 81.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 200 | 0.06 | 0.98 | 0 | 0.22 | 296.33 | 0.96 | 0.4 |
| Hex | BC | 4 | C8 | 6 | 62 | 0 | 16 | 128 | 60 | 28 |
| Octal | 274 | 4 | 310 | 6 | 142 | 0 | 26 | 450 | 140 | 50 |
| Binary | 10111100 | 100 | 11001000 | 110 | 1100010 | 0 | 10110 | 100101000 | 1100000 | 101000 |
Color Harmonies of #BC04C8
Complementary color
Monochromatic Colors of #BC04C8
Black with #BC04C8
Text Example
Text Example
White with #BC04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04C8; }
p { color: rgb(188,4,200); }
H1.HeaderClassName
{
color: #BC04C8;
}
.AnyTagClassName
{
color: #BC04C8;
}
</style>
background-color css
<style>
a { background-color: #BC04C8; }
a { background-color: rgb(188,4,200); }
div.DivClassName
{
background-color: #BC04C8;
}
.BgClassName
{
background-color: #BC04C8;
}
</style>
border-color css
<style>
span { border-color: #BC04C8; }
span { border-color: rgb(188,4,200); }
td.TdClassName
{
border-color: #BC04C8;
}
.TagClassName
{
border-color: #BC04C8;
}
</style>