Shades of Deep Magenta #B211AD
Tints of Deep Magenta #B211AD
RGB
CMYK
RGB Variations
Color information
#B211AD (or 0xB211AD) is known color: Deep Magenta. HEX triplet: B2, 11 and AD. RGB value is (178,17,173). Sum of RGB (Red+Green+Blue) = 178+17+173=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B211AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211AD is #4DEE52. Grayscale: #525252. Windows color (decimal): -5107283 or 11342258. OLE color: 11342258.
HSL color Cylindrical-coordinate representation of color #B211AD: hue angle of 301.86º 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 #B211AD is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 173 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.30 |
| HSL | 301.86º | 0.83% | 0.38% | - |
| HSV(B) | 301.86º | 0.9% | 0.7% | - |
| XYZ | 26.1 | 12.88 | 40.65 | - |
| YUV | 82.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 173 | 0 | 0.90 | 0.03 | 0.30 | 301.86 | 0.83 | 0.38 |
| Hex | B2 | 11 | AD | 0 | 5A | 3 | 1E | 12E | 53 | 26 |
| Octal | 262 | 21 | 255 | 0 | 132 | 3 | 36 | 456 | 123 | 46 |
| Binary | 10110010 | 10001 | 10101101 | 0 | 1011010 | 11 | 11110 | 100101110 | 1010011 | 100110 |
Color Harmonies of #B211AD
Complementary color
Monochromatic Colors of #B211AD
Black with #B211AD
Text Example
Text Example
White with #B211AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211AD; }
p { color: rgb(178,17,173); }
H1.HeaderClassName
{
color: #B211AD;
}
.AnyTagClassName
{
color: #B211AD;
}
</style>
background-color css
<style>
a { background-color: #B211AD; }
a { background-color: rgb(178,17,173); }
div.DivClassName
{
background-color: #B211AD;
}
.BgClassName
{
background-color: #B211AD;
}
</style>
border-color css
<style>
span { border-color: #B211AD; }
span { border-color: rgb(178,17,173); }
td.TdClassName
{
border-color: #B211AD;
}
.TagClassName
{
border-color: #B211AD;
}
</style>