Shades of Medium Violet Red #B7199D
Tints of Medium Violet Red #B7199D
RGB
CMYK
RGB Variations
Color information
#B7199D (or 0xB7199D) is known color: Medium Violet Red. HEX triplet: B7, 19 and 9D. RGB value is (183,25,157). Sum of RGB (Red+Green+Blue) = 183+25+157=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7199D is #48E662. Grayscale: #565656. Windows color (decimal): -4777571 or 10295735. OLE color: 10295735.
HSL color Cylindrical-coordinate representation of color #B7199D: hue angle of 309.87º 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 #B7199D is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 157 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.28 |
| HSL | 309.87º | 0.76% | 0.41% | - |
| HSV(B) | 309.87º | 0.86% | 0.72% | - |
| XYZ | 25.96 | 13.2 | 33.08 | - |
| YUV | 87.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 157 | 0 | 0.86 | 0.14 | 0.28 | 309.87 | 0.76 | 0.41 |
| Hex | B7 | 19 | 9D | 0 | 56 | E | 1C | 136 | 4C | 29 |
| Octal | 267 | 31 | 235 | 0 | 126 | 16 | 34 | 466 | 114 | 51 |
| Binary | 10110111 | 11001 | 10011101 | 0 | 1010110 | 1110 | 11100 | 100110110 | 1001100 | 101001 |
Color Harmonies of #B7199D
Complementary color
Monochromatic Colors of #B7199D
Black with #B7199D
Text Example
Text Example
White with #B7199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7199D; }
p { color: rgb(183,25,157); }
H1.HeaderClassName
{
color: #B7199D;
}
.AnyTagClassName
{
color: #B7199D;
}
</style>
background-color css
<style>
a { background-color: #B7199D; }
a { background-color: rgb(183,25,157); }
div.DivClassName
{
background-color: #B7199D;
}
.BgClassName
{
background-color: #B7199D;
}
</style>
border-color css
<style>
span { border-color: #B7199D; }
span { border-color: rgb(183,25,157); }
td.TdClassName
{
border-color: #B7199D;
}
.TagClassName
{
border-color: #B7199D;
}
</style>