Shades of Deep Magenta #B11BAB
Tints of Deep Magenta #B11BAB
RGB
CMYK
RGB Variations
Color information
#B11BAB (or 0xB11BAB) is known color: Deep Magenta. HEX triplet: B1, 1B and AB. RGB value is (177,27,171). Sum of RGB (Red+Green+Blue) = 177+27+171=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BAB is #4EE454. Grayscale: #575757. Windows color (decimal): -5170261 or 11213745. OLE color: 11213745.
HSL color Cylindrical-coordinate representation of color #B11BAB: hue angle of 302.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11BAB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 171 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.31 |
| HSL | 302.4º | 0.74% | 0.4% | - |
| HSV(B) | 302.4º | 0.85% | 0.69% | - |
| XYZ | 25.87 | 13.07 | 39.69 | - |
| YUV | 88.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 171 | 0 | 0.85 | 0.03 | 0.31 | 302.4 | 0.74 | 0.4 |
| Hex | B1 | 1B | AB | 0 | 55 | 3 | 1F | 12E | 4A | 28 |
| Octal | 261 | 33 | 253 | 0 | 125 | 3 | 37 | 456 | 112 | 50 |
| Binary | 10110001 | 11011 | 10101011 | 0 | 1010101 | 11 | 11111 | 100101110 | 1001010 | 101000 |
Color Harmonies of #B11BAB
Complementary color
Monochromatic Colors of #B11BAB
Black with #B11BAB
Text Example
Text Example
White with #B11BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BAB; }
p { color: rgb(177,27,171); }
H1.HeaderClassName
{
color: #B11BAB;
}
.AnyTagClassName
{
color: #B11BAB;
}
</style>
background-color css
<style>
a { background-color: #B11BAB; }
a { background-color: rgb(177,27,171); }
div.DivClassName
{
background-color: #B11BAB;
}
.BgClassName
{
background-color: #B11BAB;
}
</style>
border-color css
<style>
span { border-color: #B11BAB; }
span { border-color: rgb(177,27,171); }
td.TdClassName
{
border-color: #B11BAB;
}
.TagClassName
{
border-color: #B11BAB;
}
</style>