Shades of Medium Violet Red #B520AA
Tints of Medium Violet Red #B520AA
RGB
CMYK
RGB Variations
Color information
#B520AA (or 0xB520AA) is known color: Medium Violet Red. HEX triplet: B5, 20 and AA. RGB value is (181,32,170). Sum of RGB (Red+Green+Blue) = 181+32+170=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B520AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520AA is #4ADF55. Grayscale: #5B5B5B. Windows color (decimal): -4906838 or 11149493. OLE color: 11149493.
HSL color Cylindrical-coordinate representation of color #B520AA: hue angle of 304.43º 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 #B520AA is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 170 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.29 |
| HSL | 304.43º | 0.7% | 0.42% | - |
| HSV(B) | 304.43º | 0.82% | 0.71% | - |
| XYZ | 26.83 | 13.76 | 39.27 | - |
| YUV | 92.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 170 | 0 | 0.82 | 0.06 | 0.29 | 304.43 | 0.7 | 0.42 |
| Hex | B5 | 20 | AA | 0 | 52 | 6 | 1D | 130 | 46 | 2A |
| Octal | 265 | 40 | 252 | 0 | 122 | 6 | 35 | 460 | 106 | 52 |
| Binary | 10110101 | 100000 | 10101010 | 0 | 1010010 | 110 | 11101 | 100110000 | 1000110 | 101010 |
Color Harmonies of #B520AA
Complementary color
Monochromatic Colors of #B520AA
Black with #B520AA
Text Example
Text Example
White with #B520AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520AA; }
p { color: rgb(181,32,170); }
H1.HeaderClassName
{
color: #B520AA;
}
.AnyTagClassName
{
color: #B520AA;
}
</style>
background-color css
<style>
a { background-color: #B520AA; }
a { background-color: rgb(181,32,170); }
div.DivClassName
{
background-color: #B520AA;
}
.BgClassName
{
background-color: #B520AA;
}
</style>
border-color css
<style>
span { border-color: #B520AA; }
span { border-color: rgb(181,32,170); }
td.TdClassName
{
border-color: #B520AA;
}
.TagClassName
{
border-color: #B520AA;
}
</style>