Shades of Medium Violet Red #B521A9
Tints of Medium Violet Red #B521A9
RGB
CMYK
RGB Variations
Color information
#B521A9 (or 0xB521A9) is known color: Medium Violet Red. HEX triplet: B5, 21 and A9. RGB value is (181,33,169). Sum of RGB (Red+Green+Blue) = 181+33+169=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A9 is #4ADE56. Grayscale: #5C5C5C. Windows color (decimal): -4906583 or 11084213. OLE color: 11084213.
HSL color Cylindrical-coordinate representation of color #B521A9: hue angle of 304.86º 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 #B521A9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 169 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.29 |
| HSL | 304.86º | 0.69% | 0.42% | - |
| HSV(B) | 304.86º | 0.82% | 0.71% | - |
| XYZ | 26.76 | 13.78 | 38.78 | - |
| YUV | 92.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 169 | 0 | 0.82 | 0.07 | 0.29 | 304.86 | 0.69 | 0.42 |
| Hex | B5 | 21 | A9 | 0 | 52 | 7 | 1D | 131 | 45 | 2A |
| Octal | 265 | 41 | 251 | 0 | 122 | 7 | 35 | 461 | 105 | 52 |
| Binary | 10110101 | 100001 | 10101001 | 0 | 1010010 | 111 | 11101 | 100110001 | 1000101 | 101010 |
Color Harmonies of #B521A9
Complementary color
Monochromatic Colors of #B521A9
Black with #B521A9
Text Example
Text Example
White with #B521A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521A9; }
p { color: rgb(181,33,169); }
H1.HeaderClassName
{
color: #B521A9;
}
.AnyTagClassName
{
color: #B521A9;
}
</style>
background-color css
<style>
a { background-color: #B521A9; }
a { background-color: rgb(181,33,169); }
div.DivClassName
{
background-color: #B521A9;
}
.BgClassName
{
background-color: #B521A9;
}
</style>
border-color css
<style>
span { border-color: #B521A9; }
span { border-color: rgb(181,33,169); }
td.TdClassName
{
border-color: #B521A9;
}
.TagClassName
{
border-color: #B521A9;
}
</style>