Shades of Medium Violet Red #B521AA
Tints of Medium Violet Red #B521AA
RGB
CMYK
RGB Variations
Color information
#B521AA (or 0xB521AA) is known color: Medium Violet Red. HEX triplet: B5, 21 and AA. RGB value is (181,33,170). Sum of RGB (Red+Green+Blue) = 181+33+170=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AA is #4ADE55. Grayscale: #5C5C5C. Windows color (decimal): -4906582 or 11149749. OLE color: 11149749.
HSL color Cylindrical-coordinate representation of color #B521AA: hue angle of 304.46º degrees, saturation: 0.69, 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 #B521AA is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 170 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.29 |
| HSL | 304.46º | 0.69% | 0.42% | - |
| HSV(B) | 304.46º | 0.82% | 0.71% | - |
| XYZ | 26.86 | 13.81 | 39.28 | - |
| YUV | 92.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 170 | 0 | 0.82 | 0.06 | 0.29 | 304.46 | 0.69 | 0.42 |
| Hex | B5 | 21 | AA | 0 | 52 | 6 | 1D | 130 | 45 | 2A |
| Octal | 265 | 41 | 252 | 0 | 122 | 6 | 35 | 460 | 105 | 52 |
| Binary | 10110101 | 100001 | 10101010 | 0 | 1010010 | 110 | 11101 | 100110000 | 1000101 | 101010 |
Color Harmonies of #B521AA
Complementary color
Monochromatic Colors of #B521AA
Black with #B521AA
Text Example
Text Example
White with #B521AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521AA; }
p { color: rgb(181,33,170); }
H1.HeaderClassName
{
color: #B521AA;
}
.AnyTagClassName
{
color: #B521AA;
}
</style>
background-color css
<style>
a { background-color: #B521AA; }
a { background-color: rgb(181,33,170); }
div.DivClassName
{
background-color: #B521AA;
}
.BgClassName
{
background-color: #B521AA;
}
</style>
border-color css
<style>
span { border-color: #B521AA; }
span { border-color: rgb(181,33,170); }
td.TdClassName
{
border-color: #B521AA;
}
.TagClassName
{
border-color: #B521AA;
}
</style>