Shades of Medium Red Violet #B532A1
Tints of Medium Red Violet #B532A1
RGB
CMYK
RGB Variations
Color information
#B532A1 (or 0xB532A1) is known color: Medium Red Violet. HEX triplet: B5, 32 and A1. RGB value is (181,50,161). Sum of RGB (Red+Green+Blue) = 181+50+161=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B532A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B532A1 is #4ACD5E. Grayscale: #656565. Windows color (decimal): -4902239 or 10564277. OLE color: 10564277.
HSL color Cylindrical-coordinate representation of color #B532A1: hue angle of 309.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B532A1 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 161 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.29 |
| HSL | 309.16º | 0.57% | 0.45% | - |
| HSV(B) | 309.16º | 0.72% | 0.71% | - |
| XYZ | 26.63 | 14.68 | 35.15 | - |
| YUV | 101.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 161 | 0 | 0.72 | 0.11 | 0.29 | 309.16 | 0.57 | 0.45 |
| Hex | B5 | 32 | A1 | 0 | 48 | B | 1D | 135 | 39 | 2D |
| Octal | 265 | 62 | 241 | 0 | 110 | 13 | 35 | 465 | 71 | 55 |
| Binary | 10110101 | 110010 | 10100001 | 0 | 1001000 | 1011 | 11101 | 100110101 | 111001 | 101101 |
Color Harmonies of #B532A1
Complementary color
Monochromatic Colors of #B532A1
Black with #B532A1
Text Example
Text Example
White with #B532A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532A1; }
p { color: rgb(181,50,161); }
H1.HeaderClassName
{
color: #B532A1;
}
.AnyTagClassName
{
color: #B532A1;
}
</style>
background-color css
<style>
a { background-color: #B532A1; }
a { background-color: rgb(181,50,161); }
div.DivClassName
{
background-color: #B532A1;
}
.BgClassName
{
background-color: #B532A1;
}
</style>
border-color css
<style>
span { border-color: #B532A1; }
span { border-color: rgb(181,50,161); }
td.TdClassName
{
border-color: #B532A1;
}
.TagClassName
{
border-color: #B532A1;
}
</style>