Shades of Deep Magenta #B110AB
Tints of Deep Magenta #B110AB
RGB
CMYK
RGB Variations
Color information
#B110AB (or 0xB110AB) is known color: Deep Magenta. HEX triplet: B1, 10 and AB. RGB value is (177,16,171). Sum of RGB (Red+Green+Blue) = 177+16+171=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B110AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110AB is #4EEF54. Grayscale: #515151. Windows color (decimal): -5173077 or 11210929. OLE color: 11210929.
HSL color Cylindrical-coordinate representation of color #B110AB: hue angle of 302.24º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110AB is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 171 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.31 |
| HSL | 302.24º | 0.83% | 0.38% | - |
| HSV(B) | 302.24º | 0.91% | 0.69% | - |
| XYZ | 25.67 | 12.66 | 39.62 | - |
| YUV | 81.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 171 | 0 | 0.91 | 0.03 | 0.31 | 302.24 | 0.83 | 0.38 |
| Hex | B1 | 10 | AB | 0 | 5B | 3 | 1F | 12E | 53 | 26 |
| Octal | 261 | 20 | 253 | 0 | 133 | 3 | 37 | 456 | 123 | 46 |
| Binary | 10110001 | 10000 | 10101011 | 0 | 1011011 | 11 | 11111 | 100101110 | 1010011 | 100110 |
Color Harmonies of #B110AB
Complementary color
Monochromatic Colors of #B110AB
Black with #B110AB
Text Example
Text Example
White with #B110AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110AB; }
p { color: rgb(177,16,171); }
H1.HeaderClassName
{
color: #B110AB;
}
.AnyTagClassName
{
color: #B110AB;
}
</style>
background-color css
<style>
a { background-color: #B110AB; }
a { background-color: rgb(177,16,171); }
div.DivClassName
{
background-color: #B110AB;
}
.BgClassName
{
background-color: #B110AB;
}
</style>
border-color css
<style>
span { border-color: #B110AB; }
span { border-color: rgb(177,16,171); }
td.TdClassName
{
border-color: #B110AB;
}
.TagClassName
{
border-color: #B110AB;
}
</style>