Shades of Deep Magenta #BD04DB
Tints of Deep Magenta #BD04DB
RGB
CMYK
RGB Variations
Color information
#BD04DB (or 0xBD04DB) is known color: Deep Magenta. HEX triplet: BD, 04 and DB. RGB value is (189,4,219). Sum of RGB (Red+Green+Blue) = 189+4+219=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04DB is #42FB24. Grayscale: #535353. Windows color (decimal): -4389669 or 14353597. OLE color: 14353597.
HSL color Cylindrical-coordinate representation of color #BD04DB: hue angle of 291.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04DB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 4 | 219 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.14 |
| HSL | 291.63º | 0.96% | 0.44% | - |
| HSV(B) | 291.63º | 0.98% | 0.86% | - |
| XYZ | 33.82 | 16.02 | 68.33 | - |
| YUV | 83.83 | 204.29 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 219 | 0.14 | 0.98 | 0 | 0.14 | 291.63 | 0.96 | 0.44 |
| Hex | BD | 4 | DB | E | 62 | 0 | E | 124 | 60 | 2C |
| Octal | 275 | 4 | 333 | 16 | 142 | 0 | 16 | 444 | 140 | 54 |
| Binary | 10111101 | 100 | 11011011 | 1110 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BD04DB
Complementary color
Monochromatic Colors of #BD04DB
Black with #BD04DB
Text Example
Text Example
White with #BD04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04DB; }
p { color: rgb(189,4,219); }
H1.HeaderClassName
{
color: #BD04DB;
}
.AnyTagClassName
{
color: #BD04DB;
}
</style>
background-color css
<style>
a { background-color: #BD04DB; }
a { background-color: rgb(189,4,219); }
div.DivClassName
{
background-color: #BD04DB;
}
.BgClassName
{
background-color: #BD04DB;
}
</style>
border-color css
<style>
span { border-color: #BD04DB; }
span { border-color: rgb(189,4,219); }
td.TdClassName
{
border-color: #BD04DB;
}
.TagClassName
{
border-color: #BD04DB;
}
</style>