Shades of Deep Magenta #B211AF
Tints of Deep Magenta #B211AF
RGB
CMYK
RGB Variations
Color information
#B211AF (or 0xB211AF) is known color: Deep Magenta. HEX triplet: B2, 11 and AF. RGB value is (178,17,175). Sum of RGB (Red+Green+Blue) = 178+17+175=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B211AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211AF is #4DEE50. Grayscale: #525252. Windows color (decimal): -5107281 or 11473330. OLE color: 11473330.
HSL color Cylindrical-coordinate representation of color #B211AF: hue angle of 301.12º 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 #B211AF is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 175 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.30 |
| HSL | 301.12º | 0.83% | 0.38% | - |
| HSV(B) | 301.12º | 0.9% | 0.7% | - |
| XYZ | 26.3 | 12.96 | 41.67 | - |
| YUV | 83.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 175 | 0 | 0.90 | 0.02 | 0.30 | 301.12 | 0.83 | 0.38 |
| Hex | B2 | 11 | AF | 0 | 5A | 2 | 1E | 12D | 53 | 26 |
| Octal | 262 | 21 | 257 | 0 | 132 | 2 | 36 | 455 | 123 | 46 |
| Binary | 10110010 | 10001 | 10101111 | 0 | 1011010 | 10 | 11110 | 100101101 | 1010011 | 100110 |
Color Harmonies of #B211AF
Complementary color
Monochromatic Colors of #B211AF
Black with #B211AF
Text Example
Text Example
White with #B211AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211AF; }
p { color: rgb(178,17,175); }
H1.HeaderClassName
{
color: #B211AF;
}
.AnyTagClassName
{
color: #B211AF;
}
</style>
background-color css
<style>
a { background-color: #B211AF; }
a { background-color: rgb(178,17,175); }
div.DivClassName
{
background-color: #B211AF;
}
.BgClassName
{
background-color: #B211AF;
}
</style>
border-color css
<style>
span { border-color: #B211AF; }
span { border-color: rgb(178,17,175); }
td.TdClassName
{
border-color: #B211AF;
}
.TagClassName
{
border-color: #B211AF;
}
</style>