Shades of Deep Magenta #B211CE
Tints of Deep Magenta #B211CE
RGB
CMYK
RGB Variations
Color information
#B211CE (or 0xB211CE) is known color: Deep Magenta. HEX triplet: B2, 11 and CE. RGB value is (178,17,206). Sum of RGB (Red+Green+Blue) = 178+17+206=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B211CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211CE is #4DEE31. Grayscale: #565656. Windows color (decimal): -5107250 or 13504946. OLE color: 13504946.
HSL color Cylindrical-coordinate representation of color #B211CE: hue angle of 291.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B211CE is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 17 | 206 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 291.11º | 0.85% | 0.44% | - |
| HSV(B) | 291.11º | 0.92% | 0.81% | - |
| XYZ | 29.7 | 14.32 | 59.59 | - |
| YUV | 86.69 | 195.34 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 206 | 0.14 | 0.92 | 0 | 0.19 | 291.11 | 0.85 | 0.44 |
| Hex | B2 | 11 | CE | E | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 262 | 21 | 316 | 16 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110010 | 10001 | 11001110 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B211CE
Complementary color
Monochromatic Colors of #B211CE
Black with #B211CE
Text Example
Text Example
White with #B211CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B211CE; }
p { color: rgb(178,17,206); }
H1.HeaderClassName
{
color: #B211CE;
}
.AnyTagClassName
{
color: #B211CE;
}
</style>
background-color css
<style>
a { background-color: #B211CE; }
a { background-color: rgb(178,17,206); }
div.DivClassName
{
background-color: #B211CE;
}
.BgClassName
{
background-color: #B211CE;
}
</style>
border-color css
<style>
span { border-color: #B211CE; }
span { border-color: rgb(178,17,206); }
td.TdClassName
{
border-color: #B211CE;
}
.TagClassName
{
border-color: #B211CE;
}
</style>