Shades of Deep Magenta #BD12AC
Tints of Deep Magenta #BD12AC
RGB
CMYK
RGB Variations
Color information
#BD12AC (or 0xBD12AC) is known color: Deep Magenta. HEX triplet: BD, 12 and AC. RGB value is (189,18,172). Sum of RGB (Red+Green+Blue) = 189+18+172=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12AC is #42ED53. Grayscale: #565656. Windows color (decimal): -4386132 or 11276989. OLE color: 11276989.
HSL color Cylindrical-coordinate representation of color #BD12AC: hue angle of 305.96º 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 #BD12AC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 172 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.26 |
| HSL | 305.96º | 0.83% | 0.41% | - |
| HSV(B) | 305.96º | 0.9% | 0.74% | - |
| XYZ | 28.65 | 14.23 | 40.27 | - |
| YUV | 86.69 | 176.15 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 172 | 0 | 0.90 | 0.09 | 0.26 | 305.96 | 0.83 | 0.41 |
| Hex | BD | 12 | AC | 0 | 5A | 9 | 1A | 132 | 53 | 29 |
| Octal | 275 | 22 | 254 | 0 | 132 | 11 | 32 | 462 | 123 | 51 |
| Binary | 10111101 | 10010 | 10101100 | 0 | 1011010 | 1001 | 11010 | 100110010 | 1010011 | 101001 |
Color Harmonies of #BD12AC
Complementary color
Monochromatic Colors of #BD12AC
Black with #BD12AC
Text Example
Text Example
White with #BD12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12AC; }
p { color: rgb(189,18,172); }
H1.HeaderClassName
{
color: #BD12AC;
}
.AnyTagClassName
{
color: #BD12AC;
}
</style>
background-color css
<style>
a { background-color: #BD12AC; }
a { background-color: rgb(189,18,172); }
div.DivClassName
{
background-color: #BD12AC;
}
.BgClassName
{
background-color: #BD12AC;
}
</style>
border-color css
<style>
span { border-color: #BD12AC; }
span { border-color: rgb(189,18,172); }
td.TdClassName
{
border-color: #BD12AC;
}
.TagClassName
{
border-color: #BD12AC;
}
</style>