Shades of Deep Magenta #BD12AB
Tints of Deep Magenta #BD12AB
RGB
CMYK
RGB Variations
Color information
#BD12AB (or 0xBD12AB) is known color: Deep Magenta. HEX triplet: BD, 12 and AB. RGB value is (189,18,171). Sum of RGB (Red+Green+Blue) = 189+18+171=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12AB is #42ED54. Grayscale: #565656. Windows color (decimal): -4386133 or 11211453. OLE color: 11211453.
HSL color Cylindrical-coordinate representation of color #BD12AB: hue angle of 306.32º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD12AB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.26 |
| HSL | 306.32º | 0.83% | 0.41% | - |
| HSV(B) | 306.32º | 0.9% | 0.74% | - |
| XYZ | 28.55 | 14.19 | 39.76 | - |
| YUV | 86.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 171 | 0 | 0.90 | 0.10 | 0.26 | 306.32 | 0.83 | 0.41 |
| Hex | BD | 12 | AB | 0 | 5A | A | 1A | 132 | 53 | 29 |
| Octal | 275 | 22 | 253 | 0 | 132 | 12 | 32 | 462 | 123 | 51 |
| Binary | 10111101 | 10010 | 10101011 | 0 | 1011010 | 1010 | 11010 | 100110010 | 1010011 | 101001 |
Color Harmonies of #BD12AB
Complementary color
Monochromatic Colors of #BD12AB
Black with #BD12AB
Text Example
Text Example
White with #BD12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12AB; }
p { color: rgb(189,18,171); }
H1.HeaderClassName
{
color: #BD12AB;
}
.AnyTagClassName
{
color: #BD12AB;
}
</style>
background-color css
<style>
a { background-color: #BD12AB; }
a { background-color: rgb(189,18,171); }
div.DivClassName
{
background-color: #BD12AB;
}
.BgClassName
{
background-color: #BD12AB;
}
</style>
border-color css
<style>
span { border-color: #BD12AB; }
span { border-color: rgb(189,18,171); }
td.TdClassName
{
border-color: #BD12AB;
}
.TagClassName
{
border-color: #BD12AB;
}
</style>