Shades of Medium Red Violet #B537A0
Tints of Medium Red Violet #B537A0
RGB
CMYK
RGB Variations
Color information
#B537A0 (or 0xB537A0) is known color: Medium Red Violet. HEX triplet: B5, 37 and A0. RGB value is (181,55,160). Sum of RGB (Red+Green+Blue) = 181+55+160=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A0 is #4AC85F. Grayscale: #686868. Windows color (decimal): -4900960 or 10500021. OLE color: 10500021.
HSL color Cylindrical-coordinate representation of color #B537A0: hue angle of 310º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B537A0 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 160 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.29 |
| HSL | 310º | 0.53% | 0.46% | - |
| HSV(B) | 310º | 0.7% | 0.71% | - |
| XYZ | 26.77 | 15.09 | 34.76 | - |
| YUV | 104.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 160 | 0 | 0.70 | 0.12 | 0.29 | 310 | 0.53 | 0.46 |
| Hex | B5 | 37 | A0 | 0 | 46 | C | 1D | 136 | 35 | 2E |
| Octal | 265 | 67 | 240 | 0 | 106 | 14 | 35 | 466 | 65 | 56 |
| Binary | 10110101 | 110111 | 10100000 | 0 | 1000110 | 1100 | 11101 | 100110110 | 110101 | 101110 |
Color Harmonies of #B537A0
Complementary color
Monochromatic Colors of #B537A0
Black with #B537A0
Text Example
Text Example
White with #B537A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537A0; }
p { color: rgb(181,55,160); }
H1.HeaderClassName
{
color: #B537A0;
}
.AnyTagClassName
{
color: #B537A0;
}
</style>
background-color css
<style>
a { background-color: #B537A0; }
a { background-color: rgb(181,55,160); }
div.DivClassName
{
background-color: #B537A0;
}
.BgClassName
{
background-color: #B537A0;
}
</style>
border-color css
<style>
span { border-color: #B537A0; }
span { border-color: rgb(181,55,160); }
td.TdClassName
{
border-color: #B537A0;
}
.TagClassName
{
border-color: #B537A0;
}
</style>