Shades of Deep Magenta #B112AB
Tints of Deep Magenta #B112AB
RGB
CMYK
RGB Variations
Color information
#B112AB (or 0xB112AB) is known color: Deep Magenta. HEX triplet: B1, 12 and AB. RGB value is (177,18,171). Sum of RGB (Red+Green+Blue) = 177+18+171=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B112AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112AB is #4EED54. Grayscale: #525252. Windows color (decimal): -5172565 or 11211441. OLE color: 11211441.
HSL color Cylindrical-coordinate representation of color #B112AB: hue angle of 302.26º 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 #B112AB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.31 |
| HSL | 302.26º | 0.82% | 0.38% | - |
| HSV(B) | 302.26º | 0.9% | 0.69% | - |
| XYZ | 25.7 | 12.72 | 39.63 | - |
| YUV | 82.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 171 | 0 | 0.90 | 0.03 | 0.31 | 302.26 | 0.82 | 0.38 |
| Hex | B1 | 12 | AB | 0 | 5A | 3 | 1F | 12E | 52 | 26 |
| Octal | 261 | 22 | 253 | 0 | 132 | 3 | 37 | 456 | 122 | 46 |
| Binary | 10110001 | 10010 | 10101011 | 0 | 1011010 | 11 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #B112AB
Complementary color
Monochromatic Colors of #B112AB
Black with #B112AB
Text Example
Text Example
White with #B112AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112AB; }
p { color: rgb(177,18,171); }
H1.HeaderClassName
{
color: #B112AB;
}
.AnyTagClassName
{
color: #B112AB;
}
</style>
background-color css
<style>
a { background-color: #B112AB; }
a { background-color: rgb(177,18,171); }
div.DivClassName
{
background-color: #B112AB;
}
.BgClassName
{
background-color: #B112AB;
}
</style>
border-color css
<style>
span { border-color: #B112AB; }
span { border-color: rgb(177,18,171); }
td.TdClassName
{
border-color: #B112AB;
}
.TagClassName
{
border-color: #B112AB;
}
</style>