Shades of Medium Violet Red #B72097
Tints of Medium Violet Red #B72097
RGB
CMYK
RGB Variations
Color information
#B72097 (or 0xB72097) is known color: Medium Violet Red. HEX triplet: B7, 20 and 97. RGB value is (183,32,151). Sum of RGB (Red+Green+Blue) = 183+32+151=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B72097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72097 is #48DF68. Grayscale: #5A5A5A. Windows color (decimal): -4775785 or 9904311. OLE color: 9904311.
HSL color Cylindrical-coordinate representation of color #B72097: hue angle of 312.72º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72097 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 151 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.28 |
| HSL | 312.72º | 0.7% | 0.42% | - |
| HSV(B) | 312.72º | 0.83% | 0.72% | - |
| XYZ | 25.63 | 13.33 | 30.5 | - |
| YUV | 90.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 151 | 0 | 0.83 | 0.17 | 0.28 | 312.72 | 0.7 | 0.42 |
| Hex | B7 | 20 | 97 | 0 | 53 | 11 | 1C | 139 | 46 | 2A |
| Octal | 267 | 40 | 227 | 0 | 123 | 21 | 34 | 471 | 106 | 52 |
| Binary | 10110111 | 100000 | 10010111 | 0 | 1010011 | 10001 | 11100 | 100111001 | 1000110 | 101010 |
Color Harmonies of #B72097
Complementary color
Monochromatic Colors of #B72097
Black with #B72097
Text Example
Text Example
White with #B72097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72097; }
p { color: rgb(183,32,151); }
H1.HeaderClassName
{
color: #B72097;
}
.AnyTagClassName
{
color: #B72097;
}
</style>
background-color css
<style>
a { background-color: #B72097; }
a { background-color: rgb(183,32,151); }
div.DivClassName
{
background-color: #B72097;
}
.BgClassName
{
background-color: #B72097;
}
</style>
border-color css
<style>
span { border-color: #B72097; }
span { border-color: rgb(183,32,151); }
td.TdClassName
{
border-color: #B72097;
}
.TagClassName
{
border-color: #B72097;
}
</style>