Shades of Medium Red Violet #B537A1
Tints of Medium Red Violet #B537A1
RGB
CMYK
RGB Variations
Color information
#B537A1 (or 0xB537A1) is known color: Medium Red Violet. HEX triplet: B5, 37 and A1. RGB value is (181,55,161). Sum of RGB (Red+Green+Blue) = 181+55+161=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A1 is #4AC85E. Grayscale: #686868. Windows color (decimal): -4900959 or 10565557. OLE color: 10565557.
HSL color Cylindrical-coordinate representation of color #B537A1: hue angle of 309.52º 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 #B537A1 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 161 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.29 |
| HSL | 309.52º | 0.53% | 0.46% | - |
| HSV(B) | 309.52º | 0.7% | 0.71% | - |
| XYZ | 26.86 | 15.13 | 35.22 | - |
| YUV | 104.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 161 | 0 | 0.70 | 0.11 | 0.29 | 309.52 | 0.53 | 0.46 |
| Hex | B5 | 37 | A1 | 0 | 46 | B | 1D | 136 | 35 | 2E |
| Octal | 265 | 67 | 241 | 0 | 106 | 13 | 35 | 466 | 65 | 56 |
| Binary | 10110101 | 110111 | 10100001 | 0 | 1000110 | 1011 | 11101 | 100110110 | 110101 | 101110 |
Color Harmonies of #B537A1
Complementary color
Monochromatic Colors of #B537A1
Black with #B537A1
Text Example
Text Example
White with #B537A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537A1; }
p { color: rgb(181,55,161); }
H1.HeaderClassName
{
color: #B537A1;
}
.AnyTagClassName
{
color: #B537A1;
}
</style>
background-color css
<style>
a { background-color: #B537A1; }
a { background-color: rgb(181,55,161); }
div.DivClassName
{
background-color: #B537A1;
}
.BgClassName
{
background-color: #B537A1;
}
</style>
border-color css
<style>
span { border-color: #B537A1; }
span { border-color: rgb(181,55,161); }
td.TdClassName
{
border-color: #B537A1;
}
.TagClassName
{
border-color: #B537A1;
}
</style>