Shades of Medium Violet Red #B7199C
Tints of Medium Violet Red #B7199C
RGB
CMYK
RGB Variations
Color information
#B7199C (or 0xB7199C) is known color: Medium Violet Red. HEX triplet: B7, 19 and 9C. RGB value is (183,25,156). Sum of RGB (Red+Green+Blue) = 183+25+156=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7199C is #48E663. Grayscale: #565656. Windows color (decimal): -4777572 or 10230199. OLE color: 10230199.
HSL color Cylindrical-coordinate representation of color #B7199C: hue angle of 310.25º 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 #B7199C is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 156 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.28 |
| HSL | 310.25º | 0.76% | 0.41% | - |
| HSV(B) | 310.25º | 0.86% | 0.72% | - |
| XYZ | 25.88 | 13.16 | 32.63 | - |
| YUV | 87.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 156 | 0 | 0.86 | 0.15 | 0.28 | 310.25 | 0.76 | 0.41 |
| Hex | B7 | 19 | 9C | 0 | 56 | F | 1C | 136 | 4C | 29 |
| Octal | 267 | 31 | 234 | 0 | 126 | 17 | 34 | 466 | 114 | 51 |
| Binary | 10110111 | 11001 | 10011100 | 0 | 1010110 | 1111 | 11100 | 100110110 | 1001100 | 101001 |
Color Harmonies of #B7199C
Complementary color
Monochromatic Colors of #B7199C
Black with #B7199C
Text Example
Text Example
White with #B7199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7199C; }
p { color: rgb(183,25,156); }
H1.HeaderClassName
{
color: #B7199C;
}
.AnyTagClassName
{
color: #B7199C;
}
</style>
background-color css
<style>
a { background-color: #B7199C; }
a { background-color: rgb(183,25,156); }
div.DivClassName
{
background-color: #B7199C;
}
.BgClassName
{
background-color: #B7199C;
}
</style>
border-color css
<style>
span { border-color: #B7199C; }
span { border-color: rgb(183,25,156); }
td.TdClassName
{
border-color: #B7199C;
}
.TagClassName
{
border-color: #B7199C;
}
</style>