Shades of Deep Magenta #B013AB
Tints of Deep Magenta #B013AB
RGB
CMYK
RGB Variations
Color information
#B013AB (or 0xB013AB) is known color: Deep Magenta. HEX triplet: B0, 13 and AB. RGB value is (176,19,171). Sum of RGB (Red+Green+Blue) = 176+19+171=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B013AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013AB is #4FEC54. Grayscale: #525252. Windows color (decimal): -5237845 or 11211696. OLE color: 11211696.
HSL color Cylindrical-coordinate representation of color #B013AB: hue angle of 301.91º 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 #B013AB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 171 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.31 |
| HSL | 301.91º | 0.81% | 0.38% | - |
| HSV(B) | 301.91º | 0.89% | 0.69% | - |
| XYZ | 25.49 | 12.64 | 39.62 | - |
| YUV | 83.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 171 | 0 | 0.89 | 0.03 | 0.31 | 301.91 | 0.81 | 0.38 |
| Hex | B0 | 13 | AB | 0 | 59 | 3 | 1F | 12E | 51 | 26 |
| Octal | 260 | 23 | 253 | 0 | 131 | 3 | 37 | 456 | 121 | 46 |
| Binary | 10110000 | 10011 | 10101011 | 0 | 1011001 | 11 | 11111 | 100101110 | 1010001 | 100110 |
Color Harmonies of #B013AB
Complementary color
Monochromatic Colors of #B013AB
Black with #B013AB
Text Example
Text Example
White with #B013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013AB; }
p { color: rgb(176,19,171); }
H1.HeaderClassName
{
color: #B013AB;
}
.AnyTagClassName
{
color: #B013AB;
}
</style>
background-color css
<style>
a { background-color: #B013AB; }
a { background-color: rgb(176,19,171); }
div.DivClassName
{
background-color: #B013AB;
}
.BgClassName
{
background-color: #B013AB;
}
</style>
border-color css
<style>
span { border-color: #B013AB; }
span { border-color: rgb(176,19,171); }
td.TdClassName
{
border-color: #B013AB;
}
.TagClassName
{
border-color: #B013AB;
}
</style>