Shades of Medium Red Violet #B522A0
Tints of Medium Red Violet #B522A0
RGB
CMYK
RGB Variations
Color information
#B522A0 (or 0xB522A0) is known color: Medium Red Violet. HEX triplet: B5, 22 and A0. RGB value is (181,34,160). Sum of RGB (Red+Green+Blue) = 181+34+160=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A0 is #4ADD5F. Grayscale: #5B5B5B. Windows color (decimal): -4906336 or 10494645. OLE color: 10494645.
HSL color Cylindrical-coordinate representation of color #B522A0: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B522A0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 160 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.29 |
| HSL | 308.57º | 0.68% | 0.42% | - |
| HSV(B) | 308.57º | 0.81% | 0.71% | - |
| XYZ | 25.97 | 13.51 | 34.5 | - |
| YUV | 92.32 | 166.2 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 160 | 0 | 0.81 | 0.12 | 0.29 | 308.57 | 0.68 | 0.42 |
| Hex | B5 | 22 | A0 | 0 | 51 | C | 1D | 135 | 44 | 2A |
| Octal | 265 | 42 | 240 | 0 | 121 | 14 | 35 | 465 | 104 | 52 |
| Binary | 10110101 | 100010 | 10100000 | 0 | 1010001 | 1100 | 11101 | 100110101 | 1000100 | 101010 |
Color Harmonies of #B522A0
Complementary color
Monochromatic Colors of #B522A0
Black with #B522A0
Text Example
Text Example
White with #B522A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522A0; }
p { color: rgb(181,34,160); }
H1.HeaderClassName
{
color: #B522A0;
}
.AnyTagClassName
{
color: #B522A0;
}
</style>
background-color css
<style>
a { background-color: #B522A0; }
a { background-color: rgb(181,34,160); }
div.DivClassName
{
background-color: #B522A0;
}
.BgClassName
{
background-color: #B522A0;
}
</style>
border-color css
<style>
span { border-color: #B522A0; }
span { border-color: rgb(181,34,160); }
td.TdClassName
{
border-color: #B522A0;
}
.TagClassName
{
border-color: #B522A0;
}
</style>