Shades of Medium Violet Red #B7197A
Tints of Medium Violet Red #B7197A
RGB
CMYK
RGB Variations
Color information
#B7197A (or 0xB7197A) is known color: Medium Violet Red. HEX triplet: B7, 19 and 7A. RGB value is (183,25,122). Sum of RGB (Red+Green+Blue) = 183+25+122=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7197A is #48E685. Grayscale: #535353. Windows color (decimal): -4777606 or 8001975. OLE color: 8001975.
HSL color Cylindrical-coordinate representation of color #B7197A: hue angle of 323.16º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7197A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 122 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.28 |
| HSL | 323.16º | 0.76% | 0.41% | - |
| HSV(B) | 323.16º | 0.86% | 0.72% | - |
| XYZ | 23.39 | 12.17 | 19.53 | - |
| YUV | 83.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 122 | 0 | 0.86 | 0.33 | 0.28 | 323.16 | 0.76 | 0.41 |
| Hex | B7 | 19 | 7A | 0 | 56 | 21 | 1C | 143 | 4C | 29 |
| Octal | 267 | 31 | 172 | 0 | 126 | 41 | 34 | 503 | 114 | 51 |
| Binary | 10110111 | 11001 | 1111010 | 0 | 1010110 | 100001 | 11100 | 101000011 | 1001100 | 101001 |
Color Harmonies of #B7197A
Complementary color
Monochromatic Colors of #B7197A
Black with #B7197A
Text Example
Text Example
White with #B7197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7197A; }
p { color: rgb(183,25,122); }
H1.HeaderClassName
{
color: #B7197A;
}
.AnyTagClassName
{
color: #B7197A;
}
</style>
background-color css
<style>
a { background-color: #B7197A; }
a { background-color: rgb(183,25,122); }
div.DivClassName
{
background-color: #B7197A;
}
.BgClassName
{
background-color: #B7197A;
}
</style>
border-color css
<style>
span { border-color: #B7197A; }
span { border-color: rgb(183,25,122); }
td.TdClassName
{
border-color: #B7197A;
}
.TagClassName
{
border-color: #B7197A;
}
</style>