Shades of Deep Magenta #BD12AD
Tints of Deep Magenta #BD12AD
RGB
CMYK
RGB Variations
Color information
#BD12AD (or 0xBD12AD) is known color: Deep Magenta. HEX triplet: BD, 12 and AD. RGB value is (189,18,173). Sum of RGB (Red+Green+Blue) = 189+18+173=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12AD is #42ED52. Grayscale: #565656. Windows color (decimal): -4386131 or 11342525. OLE color: 11342525.
HSL color Cylindrical-coordinate representation of color #BD12AD: hue angle of 305.61º 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 #BD12AD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 173 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.26 |
| HSL | 305.61º | 0.83% | 0.41% | - |
| HSV(B) | 305.61º | 0.9% | 0.74% | - |
| XYZ | 28.75 | 14.27 | 40.77 | - |
| YUV | 86.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 173 | 0 | 0.90 | 0.08 | 0.26 | 305.61 | 0.83 | 0.41 |
| Hex | BD | 12 | AD | 0 | 5A | 8 | 1A | 132 | 53 | 29 |
| Octal | 275 | 22 | 255 | 0 | 132 | 10 | 32 | 462 | 123 | 51 |
| Binary | 10111101 | 10010 | 10101101 | 0 | 1011010 | 1000 | 11010 | 100110010 | 1010011 | 101001 |
Color Harmonies of #BD12AD
Complementary color
Monochromatic Colors of #BD12AD
Black with #BD12AD
Text Example
Text Example
White with #BD12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12AD; }
p { color: rgb(189,18,173); }
H1.HeaderClassName
{
color: #BD12AD;
}
.AnyTagClassName
{
color: #BD12AD;
}
</style>
background-color css
<style>
a { background-color: #BD12AD; }
a { background-color: rgb(189,18,173); }
div.DivClassName
{
background-color: #BD12AD;
}
.BgClassName
{
background-color: #BD12AD;
}
</style>
border-color css
<style>
span { border-color: #BD12AD; }
span { border-color: rgb(189,18,173); }
td.TdClassName
{
border-color: #BD12AD;
}
.TagClassName
{
border-color: #BD12AD;
}
</style>