Shades of Medium Violet Red #B7199A
Tints of Medium Violet Red #B7199A
RGB
CMYK
RGB Variations
Color information
#B7199A (or 0xB7199A) is known color: Medium Violet Red. HEX triplet: B7, 19 and 9A. RGB value is (183,25,154). Sum of RGB (Red+Green+Blue) = 183+25+154=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7199A is #48E665. Grayscale: #565656. Windows color (decimal): -4777574 or 10099127. OLE color: 10099127.
HSL color Cylindrical-coordinate representation of color #B7199A: hue angle of 311.01º 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 #B7199A is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 154 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.28 |
| HSL | 311.01º | 0.76% | 0.41% | - |
| HSV(B) | 311.01º | 0.86% | 0.72% | - |
| XYZ | 25.71 | 13.1 | 31.74 | - |
| YUV | 86.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 154 | 0 | 0.86 | 0.16 | 0.28 | 311.01 | 0.76 | 0.41 |
| Hex | B7 | 19 | 9A | 0 | 56 | 10 | 1C | 137 | 4C | 29 |
| Octal | 267 | 31 | 232 | 0 | 126 | 20 | 34 | 467 | 114 | 51 |
| Binary | 10110111 | 11001 | 10011010 | 0 | 1010110 | 10000 | 11100 | 100110111 | 1001100 | 101001 |
Color Harmonies of #B7199A
Complementary color
Monochromatic Colors of #B7199A
Black with #B7199A
Text Example
Text Example
White with #B7199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7199A; }
p { color: rgb(183,25,154); }
H1.HeaderClassName
{
color: #B7199A;
}
.AnyTagClassName
{
color: #B7199A;
}
</style>
background-color css
<style>
a { background-color: #B7199A; }
a { background-color: rgb(183,25,154); }
div.DivClassName
{
background-color: #B7199A;
}
.BgClassName
{
background-color: #B7199A;
}
</style>
border-color css
<style>
span { border-color: #B7199A; }
span { border-color: rgb(183,25,154); }
td.TdClassName
{
border-color: #B7199A;
}
.TagClassName
{
border-color: #B7199A;
}
</style>