Shades of Deep Magenta #B11EB2
Tints of Deep Magenta #B11EB2
RGB
CMYK
RGB Variations
Color information
#B11EB2 (or 0xB11EB2) is known color: Deep Magenta. HEX triplet: B1, 1E and B2. RGB value is (177,30,178). Sum of RGB (Red+Green+Blue) = 177+30+178=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #B11EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EB2 is #4EE14D. Grayscale: #5A5A5A. Windows color (decimal): -5169486 or 11673265. OLE color: 11673265.
HSL color Cylindrical-coordinate representation of color #B11EB2: hue angle of 299.59º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11EB2 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 30 | 178 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.30 |
| HSL | 299.59º | 0.71% | 0.41% | - |
| HSV(B) | 299.59º | 0.83% | 0.7% | - |
| XYZ | 26.63 | 13.49 | 43.32 | - |
| YUV | 90.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 178 | 0.01 | 0.83 | 0 | 0.30 | 299.59 | 0.71 | 0.41 |
| Hex | B1 | 1E | B2 | 1 | 53 | 0 | 1E | 12C | 47 | 29 |
| Octal | 261 | 36 | 262 | 1 | 123 | 0 | 36 | 454 | 107 | 51 |
| Binary | 10110001 | 11110 | 10110010 | 1 | 1010011 | 0 | 11110 | 100101100 | 1000111 | 101001 |
Color Harmonies of #B11EB2
Complementary color
Monochromatic Colors of #B11EB2
Black with #B11EB2
Text Example
Text Example
White with #B11EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EB2; }
p { color: rgb(177,30,178); }
H1.HeaderClassName
{
color: #B11EB2;
}
.AnyTagClassName
{
color: #B11EB2;
}
</style>
background-color css
<style>
a { background-color: #B11EB2; }
a { background-color: rgb(177,30,178); }
div.DivClassName
{
background-color: #B11EB2;
}
.BgClassName
{
background-color: #B11EB2;
}
</style>
border-color css
<style>
span { border-color: #B11EB2; }
span { border-color: rgb(177,30,178); }
td.TdClassName
{
border-color: #B11EB2;
}
.TagClassName
{
border-color: #B11EB2;
}
</style>