Shades of Medium Red Violet #B521A1
Tints of Medium Red Violet #B521A1
RGB
CMYK
RGB Variations
Color information
#B521A1 (or 0xB521A1) is known color: Medium Red Violet. HEX triplet: B5, 21 and A1. RGB value is (181,33,161). Sum of RGB (Red+Green+Blue) = 181+33+161=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B521A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521A1 is #4ADE5E. Grayscale: #5B5B5B. Windows color (decimal): -4906591 or 10559925. OLE color: 10559925.
HSL color Cylindrical-coordinate representation of color #B521A1: hue angle of 308.11º 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 #B521A1 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 161 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.29 |
| HSL | 308.11º | 0.69% | 0.42% | - |
| HSV(B) | 308.11º | 0.82% | 0.71% | - |
| XYZ | 26.03 | 13.48 | 34.95 | - |
| YUV | 91.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 161 | 0 | 0.82 | 0.11 | 0.29 | 308.11 | 0.69 | 0.42 |
| Hex | B5 | 21 | A1 | 0 | 52 | B | 1D | 134 | 45 | 2A |
| Octal | 265 | 41 | 241 | 0 | 122 | 13 | 35 | 464 | 105 | 52 |
| Binary | 10110101 | 100001 | 10100001 | 0 | 1010010 | 1011 | 11101 | 100110100 | 1000101 | 101010 |
Color Harmonies of #B521A1
Complementary color
Monochromatic Colors of #B521A1
Black with #B521A1
Text Example
Text Example
White with #B521A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521A1; }
p { color: rgb(181,33,161); }
H1.HeaderClassName
{
color: #B521A1;
}
.AnyTagClassName
{
color: #B521A1;
}
</style>
background-color css
<style>
a { background-color: #B521A1; }
a { background-color: rgb(181,33,161); }
div.DivClassName
{
background-color: #B521A1;
}
.BgClassName
{
background-color: #B521A1;
}
</style>
border-color css
<style>
span { border-color: #B521A1; }
span { border-color: rgb(181,33,161); }
td.TdClassName
{
border-color: #B521A1;
}
.TagClassName
{
border-color: #B521A1;
}
</style>