Shades of Deep Magenta #B812AB
Tints of Deep Magenta #B812AB
RGB
CMYK
RGB Variations
Color information
#B812AB (or 0xB812AB) is known color: Deep Magenta. HEX triplet: B8, 12 and AB. RGB value is (184,18,171). Sum of RGB (Red+Green+Blue) = 184+18+171=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B812AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812AB is #47ED54. Grayscale: #545454. Windows color (decimal): -4713813 or 11211448. OLE color: 11211448.
HSL color Cylindrical-coordinate representation of color #B812AB: hue angle of 304.7º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812AB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.28 |
| HSL | 304.7º | 0.82% | 0.4% | - |
| HSV(B) | 304.7º | 0.9% | 0.72% | - |
| XYZ | 27.33 | 13.56 | 39.71 | - |
| YUV | 85.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 171 | 0 | 0.90 | 0.07 | 0.28 | 304.7 | 0.82 | 0.4 |
| Hex | B8 | 12 | AB | 0 | 5A | 7 | 1C | 131 | 52 | 28 |
| Octal | 270 | 22 | 253 | 0 | 132 | 7 | 34 | 461 | 122 | 50 |
| Binary | 10111000 | 10010 | 10101011 | 0 | 1011010 | 111 | 11100 | 100110001 | 1010010 | 101000 |
Color Harmonies of #B812AB
Complementary color
Monochromatic Colors of #B812AB
Black with #B812AB
Text Example
Text Example
White with #B812AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B812AB; }
p { color: rgb(184,18,171); }
H1.HeaderClassName
{
color: #B812AB;
}
.AnyTagClassName
{
color: #B812AB;
}
</style>
background-color css
<style>
a { background-color: #B812AB; }
a { background-color: rgb(184,18,171); }
div.DivClassName
{
background-color: #B812AB;
}
.BgClassName
{
background-color: #B812AB;
}
</style>
border-color css
<style>
span { border-color: #B812AB; }
span { border-color: rgb(184,18,171); }
td.TdClassName
{
border-color: #B812AB;
}
.TagClassName
{
border-color: #B812AB;
}
</style>