Shades of Deep Magenta #BD04CE
Tints of Deep Magenta #BD04CE
RGB
CMYK
RGB Variations
Color information
#BD04CE (or 0xBD04CE) is known color: Deep Magenta. HEX triplet: BD, 04 and CE. RGB value is (189,4,206). Sum of RGB (Red+Green+Blue) = 189+4+206=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 4 (1.95% from 255 or 1.00% 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 #BD04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04CE is #42FB31. Grayscale: #515151. Windows color (decimal): -4389682 or 13501629. OLE color: 13501629.
HSL color Cylindrical-coordinate representation of color #BD04CE: hue angle of 294.95º degrees, saturation: 0.96, 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 #BD04CE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 4 | 206 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.19 |
| HSL | 294.95º | 0.96% | 0.41% | - |
| HSV(B) | 294.95º | 0.98% | 0.81% | - |
| XYZ | 32.17 | 15.36 | 59.66 | - |
| YUV | 82.34 | 197.79 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 206 | 0.08 | 0.98 | 0 | 0.19 | 294.95 | 0.96 | 0.41 |
| Hex | BD | 4 | CE | 8 | 62 | 0 | 13 | 127 | 60 | 29 |
| Octal | 275 | 4 | 316 | 10 | 142 | 0 | 23 | 447 | 140 | 51 |
| Binary | 10111101 | 100 | 11001110 | 1000 | 1100010 | 0 | 10011 | 100100111 | 1100000 | 101001 |
Color Harmonies of #BD04CE
Complementary color
Monochromatic Colors of #BD04CE
Black with #BD04CE
Text Example
Text Example
White with #BD04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04CE; }
p { color: rgb(189,4,206); }
H1.HeaderClassName
{
color: #BD04CE;
}
.AnyTagClassName
{
color: #BD04CE;
}
</style>
background-color css
<style>
a { background-color: #BD04CE; }
a { background-color: rgb(189,4,206); }
div.DivClassName
{
background-color: #BD04CE;
}
.BgClassName
{
background-color: #BD04CE;
}
</style>
border-color css
<style>
span { border-color: #BD04CE; }
span { border-color: rgb(189,4,206); }
td.TdClassName
{
border-color: #BD04CE;
}
.TagClassName
{
border-color: #BD04CE;
}
</style>