Shades of Deep Magenta #B912AC
Tints of Deep Magenta #B912AC
RGB
CMYK
RGB Variations
Color information
#B912AC (or 0xB912AC) is known color: Deep Magenta. HEX triplet: B9, 12 and AC. RGB value is (185,18,172). Sum of RGB (Red+Green+Blue) = 185+18+172=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B912AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B912AC is #46ED53. Grayscale: #555555. Windows color (decimal): -4648276 or 11276985. OLE color: 11276985.
HSL color Cylindrical-coordinate representation of color #B912AC: hue angle of 304.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B912AC is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 172 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.27 |
| HSL | 304.67º | 0.82% | 0.4% | - |
| HSV(B) | 304.67º | 0.9% | 0.73% | - |
| XYZ | 27.67 | 13.73 | 40.22 | - |
| YUV | 85.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 172 | 0 | 0.90 | 0.07 | 0.27 | 304.67 | 0.82 | 0.4 |
| Hex | B9 | 12 | AC | 0 | 5A | 7 | 1B | 131 | 52 | 28 |
| Octal | 271 | 22 | 254 | 0 | 132 | 7 | 33 | 461 | 122 | 50 |
| Binary | 10111001 | 10010 | 10101100 | 0 | 1011010 | 111 | 11011 | 100110001 | 1010010 | 101000 |
Color Harmonies of #B912AC
Complementary color
Monochromatic Colors of #B912AC
Black with #B912AC
Text Example
Text Example
White with #B912AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912AC; }
p { color: rgb(185,18,172); }
H1.HeaderClassName
{
color: #B912AC;
}
.AnyTagClassName
{
color: #B912AC;
}
</style>
background-color css
<style>
a { background-color: #B912AC; }
a { background-color: rgb(185,18,172); }
div.DivClassName
{
background-color: #B912AC;
}
.BgClassName
{
background-color: #B912AC;
}
</style>
border-color css
<style>
span { border-color: #B912AC; }
span { border-color: rgb(185,18,172); }
td.TdClassName
{
border-color: #B912AC;
}
.TagClassName
{
border-color: #B912AC;
}
</style>