Shades of Deep Magenta #BC04DA
Tints of Deep Magenta #BC04DA
RGB
CMYK
RGB Variations
Color information
#BC04DA (or 0xBC04DA) is known color: Deep Magenta. HEX triplet: BC, 04 and DA. RGB value is (188,4,218). Sum of RGB (Red+Green+Blue) = 188+4+218=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04DA is #43FB25. Grayscale: #525252. Windows color (decimal): -4455206 or 14288060. OLE color: 14288060.
HSL color Cylindrical-coordinate representation of color #BC04DA: hue angle of 291.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04DA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 4 | 218 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.15 |
| HSL | 291.59º | 0.96% | 0.44% | - |
| HSV(B) | 291.59º | 0.98% | 0.85% | - |
| XYZ | 33.44 | 15.84 | 67.62 | - |
| YUV | 83.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 218 | 0.14 | 0.98 | 0 | 0.15 | 291.59 | 0.96 | 0.44 |
| Hex | BC | 4 | DA | E | 62 | 0 | F | 124 | 60 | 2C |
| Octal | 274 | 4 | 332 | 16 | 142 | 0 | 17 | 444 | 140 | 54 |
| Binary | 10111100 | 100 | 11011010 | 1110 | 1100010 | 0 | 1111 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BC04DA
Complementary color
Monochromatic Colors of #BC04DA
Black with #BC04DA
Text Example
Text Example
White with #BC04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04DA; }
p { color: rgb(188,4,218); }
H1.HeaderClassName
{
color: #BC04DA;
}
.AnyTagClassName
{
color: #BC04DA;
}
</style>
background-color css
<style>
a { background-color: #BC04DA; }
a { background-color: rgb(188,4,218); }
div.DivClassName
{
background-color: #BC04DA;
}
.BgClassName
{
background-color: #BC04DA;
}
</style>
border-color css
<style>
span { border-color: #BC04DA; }
span { border-color: rgb(188,4,218); }
td.TdClassName
{
border-color: #BC04DA;
}
.TagClassName
{
border-color: #BC04DA;
}
</style>