Shades of Medium Red Violet #B52E95
Tints of Medium Red Violet #B52E95
RGB
CMYK
RGB Variations
Color information
#B52E95 (or 0xB52E95) is known color: Medium Red Violet. HEX triplet: B5, 2E and 95. RGB value is (181,46,149). Sum of RGB (Red+Green+Blue) = 181+46+149=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E95 is #4AD16A. Grayscale: #616161. Windows color (decimal): -4903275 or 9776821. OLE color: 9776821.
HSL color Cylindrical-coordinate representation of color #B52E95: hue angle of 314.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52E95 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 149 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.29 |
| HSL | 314.22º | 0.59% | 0.45% | - |
| HSV(B) | 314.22º | 0.75% | 0.71% | - |
| XYZ | 25.46 | 13.95 | 29.78 | - |
| YUV | 98.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 149 | 0 | 0.75 | 0.18 | 0.29 | 314.22 | 0.59 | 0.45 |
| Hex | B5 | 2E | 95 | 0 | 4B | 12 | 1D | 13A | 3B | 2D |
| Octal | 265 | 56 | 225 | 0 | 113 | 22 | 35 | 472 | 73 | 55 |
| Binary | 10110101 | 101110 | 10010101 | 0 | 1001011 | 10010 | 11101 | 100111010 | 111011 | 101101 |
Color Harmonies of #B52E95
Complementary color
Monochromatic Colors of #B52E95
Black with #B52E95
Text Example
Text Example
White with #B52E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E95; }
p { color: rgb(181,46,149); }
H1.HeaderClassName
{
color: #B52E95;
}
.AnyTagClassName
{
color: #B52E95;
}
</style>
background-color css
<style>
a { background-color: #B52E95; }
a { background-color: rgb(181,46,149); }
div.DivClassName
{
background-color: #B52E95;
}
.BgClassName
{
background-color: #B52E95;
}
</style>
border-color css
<style>
span { border-color: #B52E95; }
span { border-color: rgb(181,46,149); }
td.TdClassName
{
border-color: #B52E95;
}
.TagClassName
{
border-color: #B52E95;
}
</style>