Shades of Medium Red Violet #B52896
Tints of Medium Red Violet #B52896
RGB
CMYK
RGB Variations
Color information
#B52896 (or 0xB52896) is known color: Medium Red Violet. HEX triplet: B5, 28 and 96. RGB value is (181,40,150). Sum of RGB (Red+Green+Blue) = 181+40+150=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B52896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52896 is #4AD769. Grayscale: #5E5E5E. Windows color (decimal): -4904810 or 9840821. OLE color: 9840821.
HSL color Cylindrical-coordinate representation of color #B52896: hue angle of 313.19º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52896 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 150 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.29 |
| HSL | 313.19º | 0.64% | 0.43% | - |
| HSV(B) | 313.19º | 0.78% | 0.71% | - |
| XYZ | 25.32 | 13.54 | 30.13 | - |
| YUV | 94.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 150 | 0 | 0.78 | 0.17 | 0.29 | 313.19 | 0.64 | 0.43 |
| Hex | B5 | 28 | 96 | 0 | 4E | 11 | 1D | 139 | 40 | 2B |
| Octal | 265 | 50 | 226 | 0 | 116 | 21 | 35 | 471 | 100 | 53 |
| Binary | 10110101 | 101000 | 10010110 | 0 | 1001110 | 10001 | 11101 | 100111001 | 1000000 | 101011 |
Color Harmonies of #B52896
Complementary color
Monochromatic Colors of #B52896
Black with #B52896
Text Example
Text Example
White with #B52896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52896; }
p { color: rgb(181,40,150); }
H1.HeaderClassName
{
color: #B52896;
}
.AnyTagClassName
{
color: #B52896;
}
</style>
background-color css
<style>
a { background-color: #B52896; }
a { background-color: rgb(181,40,150); }
div.DivClassName
{
background-color: #B52896;
}
.BgClassName
{
background-color: #B52896;
}
</style>
border-color css
<style>
span { border-color: #B52896; }
span { border-color: rgb(181,40,150); }
td.TdClassName
{
border-color: #B52896;
}
.TagClassName
{
border-color: #B52896;
}
</style>