Shades of Medium Red Violet #B522A2
Tints of Medium Red Violet #B522A2
RGB
CMYK
RGB Variations
Color information
#B522A2 (or 0xB522A2) is known color: Medium Red Violet. HEX triplet: B5, 22 and A2. RGB value is (181,34,162). Sum of RGB (Red+Green+Blue) = 181+34+162=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A2 is #4ADD5D. Grayscale: #5C5C5C. Windows color (decimal): -4906334 or 10625717. OLE color: 10625717.
HSL color Cylindrical-coordinate representation of color #B522A2: hue angle of 307.76º 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 #B522A2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 162 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.29 |
| HSL | 307.76º | 0.68% | 0.42% | - |
| HSV(B) | 307.76º | 0.81% | 0.71% | - |
| XYZ | 26.15 | 13.58 | 35.42 | - |
| YUV | 92.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 162 | 0 | 0.81 | 0.10 | 0.29 | 307.76 | 0.68 | 0.42 |
| Hex | B5 | 22 | A2 | 0 | 51 | A | 1D | 134 | 44 | 2A |
| Octal | 265 | 42 | 242 | 0 | 121 | 12 | 35 | 464 | 104 | 52 |
| Binary | 10110101 | 100010 | 10100010 | 0 | 1010001 | 1010 | 11101 | 100110100 | 1000100 | 101010 |
Color Harmonies of #B522A2
Complementary color
Monochromatic Colors of #B522A2
Black with #B522A2
Text Example
Text Example
White with #B522A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522A2; }
p { color: rgb(181,34,162); }
H1.HeaderClassName
{
color: #B522A2;
}
.AnyTagClassName
{
color: #B522A2;
}
</style>
background-color css
<style>
a { background-color: #B522A2; }
a { background-color: rgb(181,34,162); }
div.DivClassName
{
background-color: #B522A2;
}
.BgClassName
{
background-color: #B522A2;
}
</style>
border-color css
<style>
span { border-color: #B522A2; }
span { border-color: rgb(181,34,162); }
td.TdClassName
{
border-color: #B522A2;
}
.TagClassName
{
border-color: #B522A2;
}
</style>