Shades of Deep Magenta #BD15AB
Tints of Deep Magenta #BD15AB
RGB
CMYK
RGB Variations
Color information
#BD15AB (or 0xBD15AB) is known color: Deep Magenta. HEX triplet: BD, 15 and AB. RGB value is (189,21,171). Sum of RGB (Red+Green+Blue) = 189+21+171=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD15AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD15AB is #42EA54. Grayscale: #575757. Windows color (decimal): -4385365 or 11212221. OLE color: 11212221.
HSL color Cylindrical-coordinate representation of color #BD15AB: hue angle of 306.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD15AB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.26 |
| HSL | 306.43º | 0.8% | 0.41% | - |
| HSV(B) | 306.43º | 0.89% | 0.74% | - |
| XYZ | 28.61 | 14.3 | 39.78 | - |
| YUV | 88.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 171 | 0 | 0.89 | 0.10 | 0.26 | 306.43 | 0.8 | 0.41 |
| Hex | BD | 15 | AB | 0 | 59 | A | 1A | 132 | 50 | 29 |
| Octal | 275 | 25 | 253 | 0 | 131 | 12 | 32 | 462 | 120 | 51 |
| Binary | 10111101 | 10101 | 10101011 | 0 | 1011001 | 1010 | 11010 | 100110010 | 1010000 | 101001 |
Color Harmonies of #BD15AB
Complementary color
Monochromatic Colors of #BD15AB
Black with #BD15AB
Text Example
Text Example
White with #BD15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD15AB; }
p { color: rgb(189,21,171); }
H1.HeaderClassName
{
color: #BD15AB;
}
.AnyTagClassName
{
color: #BD15AB;
}
</style>
background-color css
<style>
a { background-color: #BD15AB; }
a { background-color: rgb(189,21,171); }
div.DivClassName
{
background-color: #BD15AB;
}
.BgClassName
{
background-color: #BD15AB;
}
</style>
border-color css
<style>
span { border-color: #BD15AB; }
span { border-color: rgb(189,21,171); }
td.TdClassName
{
border-color: #BD15AB;
}
.TagClassName
{
border-color: #BD15AB;
}
</style>