Shades of Deep Magenta #BD09AB
Tints of Deep Magenta #BD09AB
RGB
CMYK
RGB Variations
Color information
#BD09AB (or 0xBD09AB) is known color: Deep Magenta. HEX triplet: BD, 09 and AB. RGB value is (189,9,171). Sum of RGB (Red+Green+Blue) = 189+9+171=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD09AB is #42F654. Grayscale: #505050. Windows color (decimal): -4388437 or 11209149. OLE color: 11209149.
HSL color Cylindrical-coordinate representation of color #BD09AB: hue angle of 306º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD09AB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 171 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.26 |
| HSL | 306º | 0.91% | 0.39% | - |
| HSV(B) | 306º | 0.95% | 0.74% | - |
| XYZ | 28.43 | 13.95 | 39.72 | - |
| YUV | 81.29 | 178.63 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 171 | 0 | 0.95 | 0.10 | 0.26 | 306 | 0.91 | 0.39 |
| Hex | BD | 9 | AB | 0 | 5F | A | 1A | 132 | 5B | 27 |
| Octal | 275 | 11 | 253 | 0 | 137 | 12 | 32 | 462 | 133 | 47 |
| Binary | 10111101 | 1001 | 10101011 | 0 | 1011111 | 1010 | 11010 | 100110010 | 1011011 | 100111 |
Color Harmonies of #BD09AB
Complementary color
Monochromatic Colors of #BD09AB
Black with #BD09AB
Text Example
Text Example
White with #BD09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD09AB; }
p { color: rgb(189,9,171); }
H1.HeaderClassName
{
color: #BD09AB;
}
.AnyTagClassName
{
color: #BD09AB;
}
</style>
background-color css
<style>
a { background-color: #BD09AB; }
a { background-color: rgb(189,9,171); }
div.DivClassName
{
background-color: #BD09AB;
}
.BgClassName
{
background-color: #BD09AB;
}
</style>
border-color css
<style>
span { border-color: #BD09AB; }
span { border-color: rgb(189,9,171); }
td.TdClassName
{
border-color: #BD09AB;
}
.TagClassName
{
border-color: #BD09AB;
}
</style>