Shades of Deep Magenta #B519AF
Tints of Deep Magenta #B519AF
RGB
CMYK
RGB Variations
Color information
#B519AF (or 0xB519AF) is known color: Deep Magenta. HEX triplet: B5, 19 and AF. RGB value is (181,25,175). Sum of RGB (Red+Green+Blue) = 181+25+175=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AF is #4AE650. Grayscale: #585858. Windows color (decimal): -4908625 or 11475381. OLE color: 11475381.
HSL color Cylindrical-coordinate representation of color #B519AF: hue angle of 302.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519AF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 175 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.29 |
| HSL | 302.31º | 0.76% | 0.4% | - |
| HSV(B) | 302.31º | 0.86% | 0.71% | - |
| XYZ | 27.14 | 13.61 | 41.75 | - |
| YUV | 88.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 175 | 0 | 0.86 | 0.03 | 0.29 | 302.31 | 0.76 | 0.4 |
| Hex | B5 | 19 | AF | 0 | 56 | 3 | 1D | 12E | 4C | 28 |
| Octal | 265 | 31 | 257 | 0 | 126 | 3 | 35 | 456 | 114 | 50 |
| Binary | 10110101 | 11001 | 10101111 | 0 | 1010110 | 11 | 11101 | 100101110 | 1001100 | 101000 |
Color Harmonies of #B519AF
Complementary color
Monochromatic Colors of #B519AF
Black with #B519AF
Text Example
Text Example
White with #B519AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519AF; }
p { color: rgb(181,25,175); }
H1.HeaderClassName
{
color: #B519AF;
}
.AnyTagClassName
{
color: #B519AF;
}
</style>
background-color css
<style>
a { background-color: #B519AF; }
a { background-color: rgb(181,25,175); }
div.DivClassName
{
background-color: #B519AF;
}
.BgClassName
{
background-color: #B519AF;
}
</style>
border-color css
<style>
span { border-color: #B519AF; }
span { border-color: rgb(181,25,175); }
td.TdClassName
{
border-color: #B519AF;
}
.TagClassName
{
border-color: #B519AF;
}
</style>