Shades of Deep Magenta #BD16AB
Tints of Deep Magenta #BD16AB
RGB
CMYK
RGB Variations
Color information
#BD16AB (or 0xBD16AB) is known color: Deep Magenta. HEX triplet: BD, 16 and AB. RGB value is (189,22,171). Sum of RGB (Red+Green+Blue) = 189+22+171=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16AB is #42E954. Grayscale: #585858. Windows color (decimal): -4385109 or 11212477. OLE color: 11212477.
HSL color Cylindrical-coordinate representation of color #BD16AB: hue angle of 306.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16AB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 171 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.26 |
| HSL | 306.47º | 0.79% | 0.41% | - |
| HSV(B) | 306.47º | 0.88% | 0.74% | - |
| XYZ | 28.62 | 14.33 | 39.79 | - |
| YUV | 88.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 171 | 0 | 0.88 | 0.10 | 0.26 | 306.47 | 0.79 | 0.41 |
| Hex | BD | 16 | AB | 0 | 58 | A | 1A | 132 | 4F | 29 |
| Octal | 275 | 26 | 253 | 0 | 130 | 12 | 32 | 462 | 117 | 51 |
| Binary | 10111101 | 10110 | 10101011 | 0 | 1011000 | 1010 | 11010 | 100110010 | 1001111 | 101001 |
Color Harmonies of #BD16AB
Complementary color
Monochromatic Colors of #BD16AB
Black with #BD16AB
Text Example
Text Example
White with #BD16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16AB; }
p { color: rgb(189,22,171); }
H1.HeaderClassName
{
color: #BD16AB;
}
.AnyTagClassName
{
color: #BD16AB;
}
</style>
background-color css
<style>
a { background-color: #BD16AB; }
a { background-color: rgb(189,22,171); }
div.DivClassName
{
background-color: #BD16AB;
}
.BgClassName
{
background-color: #BD16AB;
}
</style>
border-color css
<style>
span { border-color: #BD16AB; }
span { border-color: rgb(189,22,171); }
td.TdClassName
{
border-color: #BD16AB;
}
.TagClassName
{
border-color: #BD16AB;
}
</style>