Shades of Deep Magenta #BD14AB
Tints of Deep Magenta #BD14AB
RGB
CMYK
RGB Variations
Color information
#BD14AB (or 0xBD14AB) is known color: Deep Magenta. HEX triplet: BD, 14 and AB. RGB value is (189,20,171). Sum of RGB (Red+Green+Blue) = 189+20+171=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14AB is #42EB54. Grayscale: #575757. Windows color (decimal): -4385621 or 11211965. OLE color: 11211965.
HSL color Cylindrical-coordinate representation of color #BD14AB: hue angle of 306.39º degrees, saturation: 0.81, 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 #BD14AB is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 171 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.26 |
| HSL | 306.39º | 0.81% | 0.41% | - |
| HSV(B) | 306.39º | 0.89% | 0.74% | - |
| XYZ | 28.59 | 14.26 | 39.77 | - |
| YUV | 87.75 | 174.99 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 171 | 0 | 0.89 | 0.10 | 0.26 | 306.39 | 0.81 | 0.41 |
| Hex | BD | 14 | AB | 0 | 59 | A | 1A | 132 | 51 | 29 |
| Octal | 275 | 24 | 253 | 0 | 131 | 12 | 32 | 462 | 121 | 51 |
| Binary | 10111101 | 10100 | 10101011 | 0 | 1011001 | 1010 | 11010 | 100110010 | 1010001 | 101001 |
Color Harmonies of #BD14AB
Complementary color
Monochromatic Colors of #BD14AB
Black with #BD14AB
Text Example
Text Example
White with #BD14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14AB; }
p { color: rgb(189,20,171); }
H1.HeaderClassName
{
color: #BD14AB;
}
.AnyTagClassName
{
color: #BD14AB;
}
</style>
background-color css
<style>
a { background-color: #BD14AB; }
a { background-color: rgb(189,20,171); }
div.DivClassName
{
background-color: #BD14AB;
}
.BgClassName
{
background-color: #BD14AB;
}
</style>
border-color css
<style>
span { border-color: #BD14AB; }
span { border-color: rgb(189,20,171); }
td.TdClassName
{
border-color: #BD14AB;
}
.TagClassName
{
border-color: #BD14AB;
}
</style>