Shades of Deep Magenta #B111B2
Tints of Deep Magenta #B111B2
RGB
CMYK
RGB Variations
Color information
#B111B2 (or 0xB111B2) is known color: Deep Magenta. HEX triplet: B1, 11 and B2. RGB value is (177,17,178). Sum of RGB (Red+Green+Blue) = 177+17+178=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #B111B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111B2 is #4EEE4D. Grayscale: #525252. Windows color (decimal): -5172814 or 11669937. OLE color: 11669937.
HSL color Cylindrical-coordinate representation of color #B111B2: hue angle of 299.63º 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 #B111B2 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 17 | 178 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.30 |
| HSL | 299.63º | 0.83% | 0.38% | - |
| HSV(B) | 299.63º | 0.9% | 0.7% | - |
| XYZ | 26.37 | 12.96 | 43.23 | - |
| YUV | 83.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 178 | 0.01 | 0.90 | 0 | 0.30 | 299.63 | 0.83 | 0.38 |
| Hex | B1 | 11 | B2 | 1 | 5A | 0 | 1E | 12C | 53 | 26 |
| Octal | 261 | 21 | 262 | 1 | 132 | 0 | 36 | 454 | 123 | 46 |
| Binary | 10110001 | 10001 | 10110010 | 1 | 1011010 | 0 | 11110 | 100101100 | 1010011 | 100110 |
Color Harmonies of #B111B2
Complementary color
Monochromatic Colors of #B111B2
Black with #B111B2
Text Example
Text Example
White with #B111B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111B2; }
p { color: rgb(177,17,178); }
H1.HeaderClassName
{
color: #B111B2;
}
.AnyTagClassName
{
color: #B111B2;
}
</style>
background-color css
<style>
a { background-color: #B111B2; }
a { background-color: rgb(177,17,178); }
div.DivClassName
{
background-color: #B111B2;
}
.BgClassName
{
background-color: #B111B2;
}
</style>
border-color css
<style>
span { border-color: #B111B2; }
span { border-color: rgb(177,17,178); }
td.TdClassName
{
border-color: #B111B2;
}
.TagClassName
{
border-color: #B111B2;
}
</style>