Shades of Medium Violet Red #B9199C
Tints of Medium Violet Red #B9199C
RGB
CMYK
RGB Variations
Color information
#B9199C (or 0xB9199C) is known color: Medium Violet Red. HEX triplet: B9, 19 and 9C. RGB value is (185,25,156). Sum of RGB (Red+Green+Blue) = 185+25+156=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9199C is #46E663. Grayscale: #575757. Windows color (decimal): -4646500 or 10230201. OLE color: 10230201.
HSL color Cylindrical-coordinate representation of color #B9199C: hue angle of 310.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9199C is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 156 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.27 |
| HSL | 310.88º | 0.76% | 0.41% | - |
| HSV(B) | 310.88º | 0.86% | 0.73% | - |
| XYZ | 26.36 | 13.41 | 32.65 | - |
| YUV | 87.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 156 | 0 | 0.86 | 0.16 | 0.27 | 310.88 | 0.76 | 0.41 |
| Hex | B9 | 19 | 9C | 0 | 56 | 10 | 1B | 137 | 4C | 29 |
| Octal | 271 | 31 | 234 | 0 | 126 | 20 | 33 | 467 | 114 | 51 |
| Binary | 10111001 | 11001 | 10011100 | 0 | 1010110 | 10000 | 11011 | 100110111 | 1001100 | 101001 |
Color Harmonies of #B9199C
Complementary color
Monochromatic Colors of #B9199C
Black with #B9199C
Text Example
Text Example
White with #B9199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9199C; }
p { color: rgb(185,25,156); }
H1.HeaderClassName
{
color: #B9199C;
}
.AnyTagClassName
{
color: #B9199C;
}
</style>
background-color css
<style>
a { background-color: #B9199C; }
a { background-color: rgb(185,25,156); }
div.DivClassName
{
background-color: #B9199C;
}
.BgClassName
{
background-color: #B9199C;
}
</style>
border-color css
<style>
span { border-color: #B9199C; }
span { border-color: rgb(185,25,156); }
td.TdClassName
{
border-color: #B9199C;
}
.TagClassName
{
border-color: #B9199C;
}
</style>