Shades of Deep Magenta #B520AD
Tints of Deep Magenta #B520AD
RGB
CMYK
RGB Variations
Color information
#B520AD (or 0xB520AD) is known color: Deep Magenta. HEX triplet: B5, 20 and AD. RGB value is (181,32,173). Sum of RGB (Red+Green+Blue) = 181+32+173=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B520AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520AD is #4ADF52. Grayscale: #5C5C5C. Windows color (decimal): -4906835 or 11346101. OLE color: 11346101.
HSL color Cylindrical-coordinate representation of color #B520AD: hue angle of 303.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B520AD is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 173 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.29 |
| HSL | 303.22º | 0.7% | 0.42% | - |
| HSV(B) | 303.22º | 0.82% | 0.71% | - |
| XYZ | 27.12 | 13.87 | 40.78 | - |
| YUV | 92.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 173 | 0 | 0.82 | 0.04 | 0.29 | 303.22 | 0.7 | 0.42 |
| Hex | B5 | 20 | AD | 0 | 52 | 4 | 1D | 12F | 46 | 2A |
| Octal | 265 | 40 | 255 | 0 | 122 | 4 | 35 | 457 | 106 | 52 |
| Binary | 10110101 | 100000 | 10101101 | 0 | 1010010 | 100 | 11101 | 100101111 | 1000110 | 101010 |
Color Harmonies of #B520AD
Complementary color
Monochromatic Colors of #B520AD
Black with #B520AD
Text Example
Text Example
White with #B520AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520AD; }
p { color: rgb(181,32,173); }
H1.HeaderClassName
{
color: #B520AD;
}
.AnyTagClassName
{
color: #B520AD;
}
</style>
background-color css
<style>
a { background-color: #B520AD; }
a { background-color: rgb(181,32,173); }
div.DivClassName
{
background-color: #B520AD;
}
.BgClassName
{
background-color: #B520AD;
}
</style>
border-color css
<style>
span { border-color: #B520AD; }
span { border-color: rgb(181,32,173); }
td.TdClassName
{
border-color: #B520AD;
}
.TagClassName
{
border-color: #B520AD;
}
</style>