Shades of Medium Violet Red #B7199B
Tints of Medium Violet Red #B7199B
RGB
CMYK
RGB Variations
Color information
#B7199B (or 0xB7199B) is known color: Medium Violet Red. HEX triplet: B7, 19 and 9B. RGB value is (183,25,155). Sum of RGB (Red+Green+Blue) = 183+25+155=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7199B is #48E664. Grayscale: #565656. Windows color (decimal): -4777573 or 10164663. OLE color: 10164663.
HSL color Cylindrical-coordinate representation of color #B7199B: hue angle of 310.63º 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 #B7199B is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 155 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.28 |
| HSL | 310.63º | 0.76% | 0.41% | - |
| HSV(B) | 310.63º | 0.86% | 0.72% | - |
| XYZ | 25.79 | 13.13 | 32.19 | - |
| YUV | 87.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 155 | 0 | 0.86 | 0.15 | 0.28 | 310.63 | 0.76 | 0.41 |
| Hex | B7 | 19 | 9B | 0 | 56 | F | 1C | 137 | 4C | 29 |
| Octal | 267 | 31 | 233 | 0 | 126 | 17 | 34 | 467 | 114 | 51 |
| Binary | 10110111 | 11001 | 10011011 | 0 | 1010110 | 1111 | 11100 | 100110111 | 1001100 | 101001 |
Color Harmonies of #B7199B
Complementary color
Monochromatic Colors of #B7199B
Black with #B7199B
Text Example
Text Example
White with #B7199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7199B; }
p { color: rgb(183,25,155); }
H1.HeaderClassName
{
color: #B7199B;
}
.AnyTagClassName
{
color: #B7199B;
}
</style>
background-color css
<style>
a { background-color: #B7199B; }
a { background-color: rgb(183,25,155); }
div.DivClassName
{
background-color: #B7199B;
}
.BgClassName
{
background-color: #B7199B;
}
</style>
border-color css
<style>
span { border-color: #B7199B; }
span { border-color: rgb(183,25,155); }
td.TdClassName
{
border-color: #B7199B;
}
.TagClassName
{
border-color: #B7199B;
}
</style>