Shades of Medium Violet Red #B7197E
Tints of Medium Violet Red #B7197E
RGB
CMYK
RGB Variations
Color information
#B7197E (or 0xB7197E) is known color: Medium Violet Red. HEX triplet: B7, 19 and 7E. RGB value is (183,25,126). Sum of RGB (Red+Green+Blue) = 183+25+126=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B7197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7197E is #48E681. Grayscale: #535353. Windows color (decimal): -4777602 or 8264119. OLE color: 8264119.
HSL color Cylindrical-coordinate representation of color #B7197E: hue angle of 321.65º 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 #B7197E is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 126 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.28 |
| HSL | 321.65º | 0.76% | 0.41% | - |
| HSV(B) | 321.65º | 0.86% | 0.72% | - |
| XYZ | 23.64 | 12.27 | 20.86 | - |
| YUV | 83.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 126 | 0 | 0.86 | 0.31 | 0.28 | 321.65 | 0.76 | 0.41 |
| Hex | B7 | 19 | 7E | 0 | 56 | 1F | 1C | 142 | 4C | 29 |
| Octal | 267 | 31 | 176 | 0 | 126 | 37 | 34 | 502 | 114 | 51 |
| Binary | 10110111 | 11001 | 1111110 | 0 | 1010110 | 11111 | 11100 | 101000010 | 1001100 | 101001 |
Color Harmonies of #B7197E
Complementary color
Monochromatic Colors of #B7197E
Black with #B7197E
Text Example
Text Example
White with #B7197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7197E; }
p { color: rgb(183,25,126); }
H1.HeaderClassName
{
color: #B7197E;
}
.AnyTagClassName
{
color: #B7197E;
}
</style>
background-color css
<style>
a { background-color: #B7197E; }
a { background-color: rgb(183,25,126); }
div.DivClassName
{
background-color: #B7197E;
}
.BgClassName
{
background-color: #B7197E;
}
</style>
border-color css
<style>
span { border-color: #B7197E; }
span { border-color: rgb(183,25,126); }
td.TdClassName
{
border-color: #B7197E;
}
.TagClassName
{
border-color: #B7197E;
}
</style>