Shades of Deep Magenta #B013AF
Tints of Deep Magenta #B013AF
RGB
CMYK
RGB Variations
Color information
#B013AF (or 0xB013AF) is known color: Deep Magenta. HEX triplet: B0, 13 and AF. RGB value is (176,19,175). Sum of RGB (Red+Green+Blue) = 176+19+175=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B013AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013AF is #4FEC50. Grayscale: #535353. Windows color (decimal): -5237841 or 11473840. OLE color: 11473840.
HSL color Cylindrical-coordinate representation of color #B013AF: hue angle of 300.38º 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 #B013AF is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 175 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.31 |
| HSL | 300.38º | 0.81% | 0.38% | - |
| HSV(B) | 300.38º | 0.89% | 0.69% | - |
| XYZ | 25.88 | 12.79 | 41.66 | - |
| YUV | 83.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 175 | 0 | 0.89 | 0.01 | 0.31 | 300.38 | 0.81 | 0.38 |
| Hex | B0 | 13 | AF | 0 | 59 | 1 | 1F | 12C | 51 | 26 |
| Octal | 260 | 23 | 257 | 0 | 131 | 1 | 37 | 454 | 121 | 46 |
| Binary | 10110000 | 10011 | 10101111 | 0 | 1011001 | 1 | 11111 | 100101100 | 1010001 | 100110 |
Color Harmonies of #B013AF
Complementary color
Monochromatic Colors of #B013AF
Black with #B013AF
Text Example
Text Example
White with #B013AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013AF; }
p { color: rgb(176,19,175); }
H1.HeaderClassName
{
color: #B013AF;
}
.AnyTagClassName
{
color: #B013AF;
}
</style>
background-color css
<style>
a { background-color: #B013AF; }
a { background-color: rgb(176,19,175); }
div.DivClassName
{
background-color: #B013AF;
}
.BgClassName
{
background-color: #B013AF;
}
</style>
border-color css
<style>
span { border-color: #B013AF; }
span { border-color: rgb(176,19,175); }
td.TdClassName
{
border-color: #B013AF;
}
.TagClassName
{
border-color: #B013AF;
}
</style>