Shades of Deep Magenta #BD0BAB
Tints of Deep Magenta #BD0BAB
RGB
CMYK
RGB Variations
Color information
#BD0BAB (or 0xBD0BAB) is known color: Deep Magenta. HEX triplet: BD, 0B and AB. RGB value is (189,11,171). Sum of RGB (Red+Green+Blue) = 189+11+171=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BAB is #42F454. Grayscale: #525252. Windows color (decimal): -4387925 or 11209661. OLE color: 11209661.
HSL color Cylindrical-coordinate representation of color #BD0BAB: hue angle of 306.07º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.26 |
| HSL | 306.07º | 0.89% | 0.39% | - |
| HSV(B) | 306.07º | 0.94% | 0.74% | - |
| XYZ | 28.46 | 14 | 39.73 | - |
| YUV | 82.46 | 177.97 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 171 | 0 | 0.94 | 0.10 | 0.26 | 306.07 | 0.89 | 0.39 |
| Hex | BD | B | AB | 0 | 5E | A | 1A | 132 | 59 | 27 |
| Octal | 275 | 13 | 253 | 0 | 136 | 12 | 32 | 462 | 131 | 47 |
| Binary | 10111101 | 1011 | 10101011 | 0 | 1011110 | 1010 | 11010 | 100110010 | 1011001 | 100111 |
Color Harmonies of #BD0BAB
Complementary color
Monochromatic Colors of #BD0BAB
Black with #BD0BAB
Text Example
Text Example
White with #BD0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BAB; }
p { color: rgb(189,11,171); }
H1.HeaderClassName
{
color: #BD0BAB;
}
.AnyTagClassName
{
color: #BD0BAB;
}
</style>
background-color css
<style>
a { background-color: #BD0BAB; }
a { background-color: rgb(189,11,171); }
div.DivClassName
{
background-color: #BD0BAB;
}
.BgClassName
{
background-color: #BD0BAB;
}
</style>
border-color css
<style>
span { border-color: #BD0BAB; }
span { border-color: rgb(189,11,171); }
td.TdClassName
{
border-color: #BD0BAB;
}
.TagClassName
{
border-color: #BD0BAB;
}
</style>