Shades of Deep Magenta #B519AD
Tints of Deep Magenta #B519AD
RGB
CMYK
RGB Variations
Color information
#B519AD (or 0xB519AD) is known color: Deep Magenta. HEX triplet: B5, 19 and AD. RGB value is (181,25,173). Sum of RGB (Red+Green+Blue) = 181+25+173=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AD is #4AE652. Grayscale: #585858. Windows color (decimal): -4908627 or 11344309. OLE color: 11344309.
HSL color Cylindrical-coordinate representation of color #B519AD: hue angle of 303.08º 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 #B519AD is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 173 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.29 |
| HSL | 303.08º | 0.76% | 0.4% | - |
| HSV(B) | 303.08º | 0.86% | 0.71% | - |
| XYZ | 26.95 | 13.54 | 40.73 | - |
| YUV | 88.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 173 | 0 | 0.86 | 0.04 | 0.29 | 303.08 | 0.76 | 0.4 |
| Hex | B5 | 19 | AD | 0 | 56 | 4 | 1D | 12F | 4C | 28 |
| Octal | 265 | 31 | 255 | 0 | 126 | 4 | 35 | 457 | 114 | 50 |
| Binary | 10110101 | 11001 | 10101101 | 0 | 1010110 | 100 | 11101 | 100101111 | 1001100 | 101000 |
Color Harmonies of #B519AD
Complementary color
Monochromatic Colors of #B519AD
Black with #B519AD
Text Example
Text Example
White with #B519AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B519AD; }
p { color: rgb(181,25,173); }
H1.HeaderClassName
{
color: #B519AD;
}
.AnyTagClassName
{
color: #B519AD;
}
</style>
background-color css
<style>
a { background-color: #B519AD; }
a { background-color: rgb(181,25,173); }
div.DivClassName
{
background-color: #B519AD;
}
.BgClassName
{
background-color: #B519AD;
}
</style>
border-color css
<style>
span { border-color: #B519AD; }
span { border-color: rgb(181,25,173); }
td.TdClassName
{
border-color: #B519AD;
}
.TagClassName
{
border-color: #B519AD;
}
</style>