Shades of Medium Violet Red #B7199E
Tints of Medium Violet Red #B7199E
RGB
CMYK
RGB Variations
Color information
#B7199E (or 0xB7199E) is known color: Medium Violet Red. HEX triplet: B7, 19 and 9E. RGB value is (183,25,158). Sum of RGB (Red+Green+Blue) = 183+25+158=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7199E is #48E661. Grayscale: #575757. Windows color (decimal): -4777570 or 10361271. OLE color: 10361271.
HSL color Cylindrical-coordinate representation of color #B7199E: hue angle of 309.49º 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 #B7199E is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 158 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.28 |
| HSL | 309.49º | 0.76% | 0.41% | - |
| HSV(B) | 309.49º | 0.86% | 0.72% | - |
| XYZ | 26.05 | 13.23 | 33.53 | - |
| YUV | 87.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 158 | 0 | 0.86 | 0.14 | 0.28 | 309.49 | 0.76 | 0.41 |
| Hex | B7 | 19 | 9E | 0 | 56 | E | 1C | 135 | 4C | 29 |
| Octal | 267 | 31 | 236 | 0 | 126 | 16 | 34 | 465 | 114 | 51 |
| Binary | 10110111 | 11001 | 10011110 | 0 | 1010110 | 1110 | 11100 | 100110101 | 1001100 | 101001 |
Color Harmonies of #B7199E
Complementary color
Monochromatic Colors of #B7199E
Black with #B7199E
Text Example
Text Example
White with #B7199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7199E; }
p { color: rgb(183,25,158); }
H1.HeaderClassName
{
color: #B7199E;
}
.AnyTagClassName
{
color: #B7199E;
}
</style>
background-color css
<style>
a { background-color: #B7199E; }
a { background-color: rgb(183,25,158); }
div.DivClassName
{
background-color: #B7199E;
}
.BgClassName
{
background-color: #B7199E;
}
</style>
border-color css
<style>
span { border-color: #B7199E; }
span { border-color: rgb(183,25,158); }
td.TdClassName
{
border-color: #B7199E;
}
.TagClassName
{
border-color: #B7199E;
}
</style>