Shades of Deep Magenta #B519AA
Tints of Deep Magenta #B519AA
RGB
CMYK
RGB Variations
Color information
#B519AA (or 0xB519AA) is known color: Deep Magenta. HEX triplet: B5, 19 and AA. RGB value is (181,25,170). Sum of RGB (Red+Green+Blue) = 181+25+170=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AA is #4AE655. Grayscale: #575757. Windows color (decimal): -4908630 or 11147701. OLE color: 11147701.
HSL color Cylindrical-coordinate representation of color #B519AA: hue angle of 304.23º 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 #B519AA is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 170 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.29 |
| HSL | 304.23º | 0.76% | 0.4% | - |
| HSV(B) | 304.23º | 0.86% | 0.71% | - |
| XYZ | 26.66 | 13.42 | 39.22 | - |
| YUV | 88.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 170 | 0 | 0.86 | 0.06 | 0.29 | 304.23 | 0.76 | 0.4 |
| Hex | B5 | 19 | AA | 0 | 56 | 6 | 1D | 130 | 4C | 28 |
| Octal | 265 | 31 | 252 | 0 | 126 | 6 | 35 | 460 | 114 | 50 |
| Binary | 10110101 | 11001 | 10101010 | 0 | 1010110 | 110 | 11101 | 100110000 | 1001100 | 101000 |
Color Harmonies of #B519AA
Complementary color
Monochromatic Colors of #B519AA
Black with #B519AA
Text Example
Text Example
White with #B519AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519AA; }
p { color: rgb(181,25,170); }
H1.HeaderClassName
{
color: #B519AA;
}
.AnyTagClassName
{
color: #B519AA;
}
</style>
background-color css
<style>
a { background-color: #B519AA; }
a { background-color: rgb(181,25,170); }
div.DivClassName
{
background-color: #B519AA;
}
.BgClassName
{
background-color: #B519AA;
}
</style>
border-color css
<style>
span { border-color: #B519AA; }
span { border-color: rgb(181,25,170); }
td.TdClassName
{
border-color: #B519AA;
}
.TagClassName
{
border-color: #B519AA;
}
</style>