Shades of Deep Magenta #B212AC
Tints of Deep Magenta #B212AC
RGB
CMYK
RGB Variations
Color information
#B212AC (or 0xB212AC) is known color: Deep Magenta. HEX triplet: B2, 12 and AC. RGB value is (178,18,172). Sum of RGB (Red+Green+Blue) = 178+18+172=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B212AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B212AC is #4DED53. Grayscale: #525252. Windows color (decimal): -5107028 or 11276978. OLE color: 11276978.
HSL color Cylindrical-coordinate representation of color #B212AC: hue angle of 302.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B212AC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 172 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.30 |
| HSL | 302.25º | 0.82% | 0.38% | - |
| HSV(B) | 302.25º | 0.9% | 0.7% | - |
| XYZ | 26.02 | 12.88 | 40.14 | - |
| YUV | 83.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 172 | 0 | 0.90 | 0.03 | 0.30 | 302.25 | 0.82 | 0.38 |
| Hex | B2 | 12 | AC | 0 | 5A | 3 | 1E | 12E | 52 | 26 |
| Octal | 262 | 22 | 254 | 0 | 132 | 3 | 36 | 456 | 122 | 46 |
| Binary | 10110010 | 10010 | 10101100 | 0 | 1011010 | 11 | 11110 | 100101110 | 1010010 | 100110 |
Color Harmonies of #B212AC
Complementary color
Monochromatic Colors of #B212AC
Black with #B212AC
Text Example
Text Example
White with #B212AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212AC; }
p { color: rgb(178,18,172); }
H1.HeaderClassName
{
color: #B212AC;
}
.AnyTagClassName
{
color: #B212AC;
}
</style>
background-color css
<style>
a { background-color: #B212AC; }
a { background-color: rgb(178,18,172); }
div.DivClassName
{
background-color: #B212AC;
}
.BgClassName
{
background-color: #B212AC;
}
</style>
border-color css
<style>
span { border-color: #B212AC; }
span { border-color: rgb(178,18,172); }
td.TdClassName
{
border-color: #B212AC;
}
.TagClassName
{
border-color: #B212AC;
}
</style>