Shades of Deep Magenta #B111AA
Tints of Deep Magenta #B111AA
RGB
CMYK
RGB Variations
Color information
#B111AA (or 0xB111AA) is known color: Deep Magenta. HEX triplet: B1, 11 and AA. RGB value is (177,17,170). Sum of RGB (Red+Green+Blue) = 177+17+170=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AA is #4EEE55. Grayscale: #515151. Windows color (decimal): -5172822 or 11145649. OLE color: 11145649.
HSL color Cylindrical-coordinate representation of color #B111AA: hue angle of 302.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111AA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 170 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.31 |
| HSL | 302.63º | 0.82% | 0.38% | - |
| HSV(B) | 302.63º | 0.9% | 0.69% | - |
| XYZ | 25.59 | 12.65 | 39.12 | - |
| YUV | 82.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 170 | 0 | 0.90 | 0.04 | 0.31 | 302.63 | 0.82 | 0.38 |
| Hex | B1 | 11 | AA | 0 | 5A | 4 | 1F | 12F | 52 | 26 |
| Octal | 261 | 21 | 252 | 0 | 132 | 4 | 37 | 457 | 122 | 46 |
| Binary | 10110001 | 10001 | 10101010 | 0 | 1011010 | 100 | 11111 | 100101111 | 1010010 | 100110 |
Color Harmonies of #B111AA
Complementary color
Monochromatic Colors of #B111AA
Black with #B111AA
Text Example
Text Example
White with #B111AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111AA; }
p { color: rgb(177,17,170); }
H1.HeaderClassName
{
color: #B111AA;
}
.AnyTagClassName
{
color: #B111AA;
}
</style>
background-color css
<style>
a { background-color: #B111AA; }
a { background-color: rgb(177,17,170); }
div.DivClassName
{
background-color: #B111AA;
}
.BgClassName
{
background-color: #B111AA;
}
</style>
border-color css
<style>
span { border-color: #B111AA; }
span { border-color: rgb(177,17,170); }
td.TdClassName
{
border-color: #B111AA;
}
.TagClassName
{
border-color: #B111AA;
}
</style>