Shades of Deep Magenta #B513AF
Tints of Deep Magenta #B513AF
RGB
CMYK
RGB Variations
Color information
#B513AF (or 0xB513AF) is known color: Deep Magenta. HEX triplet: B5, 13 and AF. RGB value is (181,19,175). Sum of RGB (Red+Green+Blue) = 181+19+175=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B513AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B513AF is #4AEC50. Grayscale: #545454. Windows color (decimal): -4910161 or 11473845. OLE color: 11473845.
HSL color Cylindrical-coordinate representation of color #B513AF: hue angle of 302.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513AF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.29 |
| HSL | 302.22º | 0.81% | 0.39% | - |
| HSV(B) | 302.22º | 0.9% | 0.71% | - |
| XYZ | 27.03 | 13.38 | 41.72 | - |
| YUV | 85.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 175 | 0 | 0.90 | 0.03 | 0.29 | 302.22 | 0.81 | 0.39 |
| Hex | B5 | 13 | AF | 0 | 5A | 3 | 1D | 12E | 51 | 27 |
| Octal | 265 | 23 | 257 | 0 | 132 | 3 | 35 | 456 | 121 | 47 |
| Binary | 10110101 | 10011 | 10101111 | 0 | 1011010 | 11 | 11101 | 100101110 | 1010001 | 100111 |
Color Harmonies of #B513AF
Complementary color
Monochromatic Colors of #B513AF
Black with #B513AF
Text Example
Text Example
White with #B513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B513AF; }
p { color: rgb(181,19,175); }
H1.HeaderClassName
{
color: #B513AF;
}
.AnyTagClassName
{
color: #B513AF;
}
</style>
background-color css
<style>
a { background-color: #B513AF; }
a { background-color: rgb(181,19,175); }
div.DivClassName
{
background-color: #B513AF;
}
.BgClassName
{
background-color: #B513AF;
}
</style>
border-color css
<style>
span { border-color: #B513AF; }
span { border-color: rgb(181,19,175); }
td.TdClassName
{
border-color: #B513AF;
}
.TagClassName
{
border-color: #B513AF;
}
</style>