Shades of Deep Magenta #BD04DE
Tints of Deep Magenta #BD04DE
RGB
CMYK
RGB Variations
Color information
#BD04DE (or 0xBD04DE) is known color: Deep Magenta. HEX triplet: BD, 04 and DE. RGB value is (189,4,222). Sum of RGB (Red+Green+Blue) = 189+4+222=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD04DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04DE is #42FB21. Grayscale: #535353. Windows color (decimal): -4389666 or 14550205. OLE color: 14550205.
HSL color Cylindrical-coordinate representation of color #BD04DE: hue angle of 290.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04DE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 4 | 222 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.13 |
| HSL | 290.92º | 0.96% | 0.44% | - |
| HSV(B) | 290.92º | 0.98% | 0.87% | - |
| XYZ | 34.21 | 16.18 | 70.43 | - |
| YUV | 84.17 | 205.79 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 222 | 0.15 | 0.98 | 0 | 0.13 | 290.92 | 0.96 | 0.44 |
| Hex | BD | 4 | DE | F | 62 | 0 | D | 123 | 60 | 2C |
| Octal | 275 | 4 | 336 | 17 | 142 | 0 | 15 | 443 | 140 | 54 |
| Binary | 10111101 | 100 | 11011110 | 1111 | 1100010 | 0 | 1101 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BD04DE
Complementary color
Monochromatic Colors of #BD04DE
Black with #BD04DE
Text Example
Text Example
White with #BD04DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04DE; }
p { color: rgb(189,4,222); }
H1.HeaderClassName
{
color: #BD04DE;
}
.AnyTagClassName
{
color: #BD04DE;
}
</style>
background-color css
<style>
a { background-color: #BD04DE; }
a { background-color: rgb(189,4,222); }
div.DivClassName
{
background-color: #BD04DE;
}
.BgClassName
{
background-color: #BD04DE;
}
</style>
border-color css
<style>
span { border-color: #BD04DE; }
span { border-color: rgb(189,4,222); }
td.TdClassName
{
border-color: #BD04DE;
}
.TagClassName
{
border-color: #BD04DE;
}
</style>