Shades of Deep Magenta #BD04AB
Tints of Deep Magenta #BD04AB
RGB
CMYK
RGB Variations
Color information
#BD04AB (or 0xBD04AB) is known color: Deep Magenta. HEX triplet: BD, 04 and AB. RGB value is (189,4,171). Sum of RGB (Red+Green+Blue) = 189+4+171=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04AB is #42FB54. Grayscale: #4D4D4D. Windows color (decimal): -4389717 or 11207869. OLE color: 11207869.
HSL color Cylindrical-coordinate representation of color #BD04AB: hue angle of 305.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD04AB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.26 |
| HSL | 305.84º | 0.96% | 0.38% | - |
| HSV(B) | 305.84º | 0.98% | 0.74% | - |
| XYZ | 28.38 | 13.85 | 39.7 | - |
| YUV | 78.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 171 | 0 | 0.98 | 0.10 | 0.26 | 305.84 | 0.96 | 0.38 |
| Hex | BD | 4 | AB | 0 | 62 | A | 1A | 132 | 60 | 26 |
| Octal | 275 | 4 | 253 | 0 | 142 | 12 | 32 | 462 | 140 | 46 |
| Binary | 10111101 | 100 | 10101011 | 0 | 1100010 | 1010 | 11010 | 100110010 | 1100000 | 100110 |
Color Harmonies of #BD04AB
Complementary color
Monochromatic Colors of #BD04AB
Black with #BD04AB
Text Example
Text Example
White with #BD04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD04AB; }
p { color: rgb(189,4,171); }
H1.HeaderClassName
{
color: #BD04AB;
}
.AnyTagClassName
{
color: #BD04AB;
}
</style>
background-color css
<style>
a { background-color: #BD04AB; }
a { background-color: rgb(189,4,171); }
div.DivClassName
{
background-color: #BD04AB;
}
.BgClassName
{
background-color: #BD04AB;
}
</style>
border-color css
<style>
span { border-color: #BD04AB; }
span { border-color: rgb(189,4,171); }
td.TdClassName
{
border-color: #BD04AB;
}
.TagClassName
{
border-color: #BD04AB;
}
</style>