Shades of Deep Magenta #BD0DAB
Tints of Deep Magenta #BD0DAB
RGB
CMYK
RGB Variations
Color information
#BD0DAB (or 0xBD0DAB) is known color: Deep Magenta. HEX triplet: BD, 0D and AB. RGB value is (189,13,171). Sum of RGB (Red+Green+Blue) = 189+13+171=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DAB is #42F254. Grayscale: #535353. Windows color (decimal): -4387413 or 11210173. OLE color: 11210173.
HSL color Cylindrical-coordinate representation of color #BD0DAB: hue angle of 306.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0DAB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 171 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.26 |
| HSL | 306.14º | 0.87% | 0.4% | - |
| HSV(B) | 306.14º | 0.93% | 0.74% | - |
| XYZ | 28.48 | 14.05 | 39.74 | - |
| YUV | 83.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 171 | 0 | 0.93 | 0.10 | 0.26 | 306.14 | 0.87 | 0.4 |
| Hex | BD | D | AB | 0 | 5D | A | 1A | 132 | 57 | 28 |
| Octal | 275 | 15 | 253 | 0 | 135 | 12 | 32 | 462 | 127 | 50 |
| Binary | 10111101 | 1101 | 10101011 | 0 | 1011101 | 1010 | 11010 | 100110010 | 1010111 | 101000 |
Color Harmonies of #BD0DAB
Complementary color
Monochromatic Colors of #BD0DAB
Black with #BD0DAB
Text Example
Text Example
White with #BD0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DAB; }
p { color: rgb(189,13,171); }
H1.HeaderClassName
{
color: #BD0DAB;
}
.AnyTagClassName
{
color: #BD0DAB;
}
</style>
background-color css
<style>
a { background-color: #BD0DAB; }
a { background-color: rgb(189,13,171); }
div.DivClassName
{
background-color: #BD0DAB;
}
.BgClassName
{
background-color: #BD0DAB;
}
</style>
border-color css
<style>
span { border-color: #BD0DAB; }
span { border-color: rgb(189,13,171); }
td.TdClassName
{
border-color: #BD0DAB;
}
.TagClassName
{
border-color: #BD0DAB;
}
</style>