Shades of Deep Magenta #BD12AF
Tints of Deep Magenta #BD12AF
RGB
CMYK
RGB Variations
Color information
#BD12AF (or 0xBD12AF) is known color: Deep Magenta. HEX triplet: BD, 12 and AF. RGB value is (189,18,175). Sum of RGB (Red+Green+Blue) = 189+18+175=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12AF is #42ED50. Grayscale: #565656. Windows color (decimal): -4386129 or 11473597. OLE color: 11473597.
HSL color Cylindrical-coordinate representation of color #BD12AF: hue angle of 304.91º 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 #BD12AF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 175 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.26 |
| HSL | 304.91º | 0.83% | 0.41% | - |
| HSV(B) | 304.91º | 0.9% | 0.74% | - |
| XYZ | 28.94 | 14.35 | 41.8 | - |
| YUV | 87.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 175 | 0 | 0.90 | 0.07 | 0.26 | 304.91 | 0.83 | 0.41 |
| Hex | BD | 12 | AF | 0 | 5A | 7 | 1A | 131 | 53 | 29 |
| Octal | 275 | 22 | 257 | 0 | 132 | 7 | 32 | 461 | 123 | 51 |
| Binary | 10111101 | 10010 | 10101111 | 0 | 1011010 | 111 | 11010 | 100110001 | 1010011 | 101001 |
Color Harmonies of #BD12AF
Complementary color
Monochromatic Colors of #BD12AF
Black with #BD12AF
Text Example
Text Example
White with #BD12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD12AF; }
p { color: rgb(189,18,175); }
H1.HeaderClassName
{
color: #BD12AF;
}
.AnyTagClassName
{
color: #BD12AF;
}
</style>
background-color css
<style>
a { background-color: #BD12AF; }
a { background-color: rgb(189,18,175); }
div.DivClassName
{
background-color: #BD12AF;
}
.BgClassName
{
background-color: #BD12AF;
}
</style>
border-color css
<style>
span { border-color: #BD12AF; }
span { border-color: rgb(189,18,175); }
td.TdClassName
{
border-color: #BD12AF;
}
.TagClassName
{
border-color: #BD12AF;
}
</style>