Shades of Medium Violet Red #B9199F
Tints of Medium Violet Red #B9199F
RGB
CMYK
RGB Variations
Color information
#B9199F (or 0xB9199F) is known color: Medium Violet Red. HEX triplet: B9, 19 and 9F. RGB value is (185,25,159). Sum of RGB (Red+Green+Blue) = 185+25+159=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9199F is #46E660. Grayscale: #575757. Windows color (decimal): -4646497 or 10426809. OLE color: 10426809.
HSL color Cylindrical-coordinate representation of color #B9199F: hue angle of 309.75º 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 #B9199F is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 159 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.27 |
| HSL | 309.75º | 0.76% | 0.41% | - |
| HSV(B) | 309.75º | 0.86% | 0.73% | - |
| XYZ | 26.61 | 13.51 | 34.01 | - |
| YUV | 88.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 159 | 0 | 0.86 | 0.14 | 0.27 | 309.75 | 0.76 | 0.41 |
| Hex | B9 | 19 | 9F | 0 | 56 | E | 1B | 136 | 4C | 29 |
| Octal | 271 | 31 | 237 | 0 | 126 | 16 | 33 | 466 | 114 | 51 |
| Binary | 10111001 | 11001 | 10011111 | 0 | 1010110 | 1110 | 11011 | 100110110 | 1001100 | 101001 |
Color Harmonies of #B9199F
Complementary color
Monochromatic Colors of #B9199F
Black with #B9199F
Text Example
Text Example
White with #B9199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9199F; }
p { color: rgb(185,25,159); }
H1.HeaderClassName
{
color: #B9199F;
}
.AnyTagClassName
{
color: #B9199F;
}
</style>
background-color css
<style>
a { background-color: #B9199F; }
a { background-color: rgb(185,25,159); }
div.DivClassName
{
background-color: #B9199F;
}
.BgClassName
{
background-color: #B9199F;
}
</style>
border-color css
<style>
span { border-color: #B9199F; }
span { border-color: rgb(185,25,159); }
td.TdClassName
{
border-color: #B9199F;
}
.TagClassName
{
border-color: #B9199F;
}
</style>