Shades of Deep Magenta #B113AB
Tints of Deep Magenta #B113AB
RGB
CMYK
RGB Variations
Color information
#B113AB (or 0xB113AB) is known color: Deep Magenta. HEX triplet: B1, 13 and AB. RGB value is (177,19,171). Sum of RGB (Red+Green+Blue) = 177+19+171=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B113AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113AB is #4EEC54. Grayscale: #535353. Windows color (decimal): -5172309 or 11211697. OLE color: 11211697.
HSL color Cylindrical-coordinate representation of color #B113AB: hue angle of 302.28º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B113AB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 171 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.31 |
| HSL | 302.28º | 0.81% | 0.38% | - |
| HSV(B) | 302.28º | 0.89% | 0.69% | - |
| XYZ | 25.72 | 12.75 | 39.63 | - |
| YUV | 83.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 171 | 0 | 0.89 | 0.03 | 0.31 | 302.28 | 0.81 | 0.38 |
| Hex | B1 | 13 | AB | 0 | 59 | 3 | 1F | 12E | 51 | 26 |
| Octal | 261 | 23 | 253 | 0 | 131 | 3 | 37 | 456 | 121 | 46 |
| Binary | 10110001 | 10011 | 10101011 | 0 | 1011001 | 11 | 11111 | 100101110 | 1010001 | 100110 |
Color Harmonies of #B113AB
Complementary color
Monochromatic Colors of #B113AB
Black with #B113AB
Text Example
Text Example
White with #B113AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113AB; }
p { color: rgb(177,19,171); }
H1.HeaderClassName
{
color: #B113AB;
}
.AnyTagClassName
{
color: #B113AB;
}
</style>
background-color css
<style>
a { background-color: #B113AB; }
a { background-color: rgb(177,19,171); }
div.DivClassName
{
background-color: #B113AB;
}
.BgClassName
{
background-color: #B113AB;
}
</style>
border-color css
<style>
span { border-color: #B113AB; }
span { border-color: rgb(177,19,171); }
td.TdClassName
{
border-color: #B113AB;
}
.TagClassName
{
border-color: #B113AB;
}
</style>