Shades of Medium Red Violet #B52E96
Tints of Medium Red Violet #B52E96
RGB
CMYK
RGB Variations
Color information
#B52E96 (or 0xB52E96) is known color: Medium Red Violet. HEX triplet: B5, 2E and 96. RGB value is (181,46,150). Sum of RGB (Red+Green+Blue) = 181+46+150=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52E96 is #4AD169. Grayscale: #616161. Windows color (decimal): -4903274 or 9842357. OLE color: 9842357.
HSL color Cylindrical-coordinate representation of color #B52E96: hue angle of 313.78º 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 #B52E96 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 46 | 150 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.29 |
| HSL | 313.78º | 0.59% | 0.45% | - |
| HSV(B) | 313.78º | 0.75% | 0.71% | - |
| XYZ | 25.54 | 13.98 | 30.21 | - |
| YUV | 98.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 150 | 0 | 0.75 | 0.17 | 0.29 | 313.78 | 0.59 | 0.45 |
| Hex | B5 | 2E | 96 | 0 | 4B | 11 | 1D | 13A | 3B | 2D |
| Octal | 265 | 56 | 226 | 0 | 113 | 21 | 35 | 472 | 73 | 55 |
| Binary | 10110101 | 101110 | 10010110 | 0 | 1001011 | 10001 | 11101 | 100111010 | 111011 | 101101 |
Color Harmonies of #B52E96
Complementary color
Monochromatic Colors of #B52E96
Black with #B52E96
Text Example
Text Example
White with #B52E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52E96; }
p { color: rgb(181,46,150); }
H1.HeaderClassName
{
color: #B52E96;
}
.AnyTagClassName
{
color: #B52E96;
}
</style>
background-color css
<style>
a { background-color: #B52E96; }
a { background-color: rgb(181,46,150); }
div.DivClassName
{
background-color: #B52E96;
}
.BgClassName
{
background-color: #B52E96;
}
</style>
border-color css
<style>
span { border-color: #B52E96; }
span { border-color: rgb(181,46,150); }
td.TdClassName
{
border-color: #B52E96;
}
.TagClassName
{
border-color: #B52E96;
}
</style>