Shades of Deep Magenta #B211AB
Tints of Deep Magenta #B211AB
RGB
CMYK
RGB Variations
Color information
#B211AB (or 0xB211AB) is known color: Deep Magenta. HEX triplet: B2, 11 and AB. RGB value is (178,17,171). Sum of RGB (Red+Green+Blue) = 178+17+171=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B211AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211AB is #4DEE54. Grayscale: #525252. Windows color (decimal): -5107285 or 11211186. OLE color: 11211186.
HSL color Cylindrical-coordinate representation of color #B211AB: hue angle of 302.61º degrees, saturation: 0.83, 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 #B211AB is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 171 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.30 |
| HSL | 302.61º | 0.83% | 0.38% | - |
| HSV(B) | 302.61º | 0.9% | 0.7% | - |
| XYZ | 25.91 | 12.81 | 39.63 | - |
| YUV | 82.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 171 | 0 | 0.90 | 0.04 | 0.30 | 302.61 | 0.83 | 0.38 |
| Hex | B2 | 11 | AB | 0 | 5A | 4 | 1E | 12F | 53 | 26 |
| Octal | 262 | 21 | 253 | 0 | 132 | 4 | 36 | 457 | 123 | 46 |
| Binary | 10110010 | 10001 | 10101011 | 0 | 1011010 | 100 | 11110 | 100101111 | 1010011 | 100110 |
Color Harmonies of #B211AB
Complementary color
Monochromatic Colors of #B211AB
Black with #B211AB
Text Example
Text Example
White with #B211AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211AB; }
p { color: rgb(178,17,171); }
H1.HeaderClassName
{
color: #B211AB;
}
.AnyTagClassName
{
color: #B211AB;
}
</style>
background-color css
<style>
a { background-color: #B211AB; }
a { background-color: rgb(178,17,171); }
div.DivClassName
{
background-color: #B211AB;
}
.BgClassName
{
background-color: #B211AB;
}
</style>
border-color css
<style>
span { border-color: #B211AB; }
span { border-color: rgb(178,17,171); }
td.TdClassName
{
border-color: #B211AB;
}
.TagClassName
{
border-color: #B211AB;
}
</style>