Shades of Medium Violet Red #B52097
Tints of Medium Violet Red #B52097
RGB
CMYK
RGB Variations
Color information
#B52097 (or 0xB52097) is known color: Medium Violet Red. HEX triplet: B5, 20 and 97. RGB value is (181,32,151). Sum of RGB (Red+Green+Blue) = 181+32+151=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B52097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52097 is #4ADF68. Grayscale: #595959. Windows color (decimal): -4906857 or 9904309. OLE color: 9904309.
HSL color Cylindrical-coordinate representation of color #B52097: hue angle of 312.08º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52097 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 151 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.29 |
| HSL | 312.08º | 0.7% | 0.42% | - |
| HSV(B) | 312.08º | 0.82% | 0.71% | - |
| XYZ | 25.16 | 13.09 | 30.48 | - |
| YUV | 90.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 151 | 0 | 0.82 | 0.17 | 0.29 | 312.08 | 0.7 | 0.42 |
| Hex | B5 | 20 | 97 | 0 | 52 | 11 | 1D | 138 | 46 | 2A |
| Octal | 265 | 40 | 227 | 0 | 122 | 21 | 35 | 470 | 106 | 52 |
| Binary | 10110101 | 100000 | 10010111 | 0 | 1010010 | 10001 | 11101 | 100111000 | 1000110 | 101010 |
Color Harmonies of #B52097
Complementary color
Monochromatic Colors of #B52097
Black with #B52097
Text Example
Text Example
White with #B52097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52097; }
p { color: rgb(181,32,151); }
H1.HeaderClassName
{
color: #B52097;
}
.AnyTagClassName
{
color: #B52097;
}
</style>
background-color css
<style>
a { background-color: #B52097; }
a { background-color: rgb(181,32,151); }
div.DivClassName
{
background-color: #B52097;
}
.BgClassName
{
background-color: #B52097;
}
</style>
border-color css
<style>
span { border-color: #B52097; }
span { border-color: rgb(181,32,151); }
td.TdClassName
{
border-color: #B52097;
}
.TagClassName
{
border-color: #B52097;
}
</style>