Shades of Medium Violet Red #B72197
Tints of Medium Violet Red #B72197
RGB
CMYK
RGB Variations
Color information
#B72197 (or 0xB72197) is known color: Medium Violet Red. HEX triplet: B7, 21 and 97. RGB value is (183,33,151). Sum of RGB (Red+Green+Blue) = 183+33+151=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72197 is #48DE68. Grayscale: #5A5A5A. Windows color (decimal): -4775529 or 9904567. OLE color: 9904567.
HSL color Cylindrical-coordinate representation of color #B72197: hue angle of 312.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72197 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 151 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.28 |
| HSL | 312.8º | 0.69% | 0.42% | - |
| HSV(B) | 312.8º | 0.82% | 0.72% | - |
| XYZ | 25.66 | 13.39 | 30.51 | - |
| YUV | 91.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 151 | 0 | 0.82 | 0.17 | 0.28 | 312.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | 97 | 0 | 52 | 11 | 1C | 139 | 45 | 2A |
| Octal | 267 | 41 | 227 | 0 | 122 | 21 | 34 | 471 | 105 | 52 |
| Binary | 10110111 | 100001 | 10010111 | 0 | 1010010 | 10001 | 11100 | 100111001 | 1000101 | 101010 |
Color Harmonies of #B72197
Complementary color
Monochromatic Colors of #B72197
Black with #B72197
Text Example
Text Example
White with #B72197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72197; }
p { color: rgb(183,33,151); }
H1.HeaderClassName
{
color: #B72197;
}
.AnyTagClassName
{
color: #B72197;
}
</style>
background-color css
<style>
a { background-color: #B72197; }
a { background-color: rgb(183,33,151); }
div.DivClassName
{
background-color: #B72197;
}
.BgClassName
{
background-color: #B72197;
}
</style>
border-color css
<style>
span { border-color: #B72197; }
span { border-color: rgb(183,33,151); }
td.TdClassName
{
border-color: #B72197;
}
.TagClassName
{
border-color: #B72197;
}
</style>