Shades of Medium Violet Red #B91196
Tints of Medium Violet Red #B91196
RGB
CMYK
RGB Variations
Color information
#B91196 (or 0xB91196) is known color: Medium Violet Red. HEX triplet: B9, 11 and 96. RGB value is (185,17,150). Sum of RGB (Red+Green+Blue) = 185+17+150=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B91196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91196 is #46EE69. Grayscale: #525252. Windows color (decimal): -4648554 or 9834937. OLE color: 9834937.
HSL color Cylindrical-coordinate representation of color #B91196: hue angle of 312.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91196 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 150 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.27 |
| HSL | 312.5º | 0.83% | 0.4% | - |
| HSV(B) | 312.5º | 0.91% | 0.73% | - |
| XYZ | 25.71 | 12.92 | 29.99 | - |
| YUV | 82.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 150 | 0 | 0.91 | 0.19 | 0.27 | 312.5 | 0.83 | 0.4 |
| Hex | B9 | 11 | 96 | 0 | 5B | 13 | 1B | 138 | 53 | 28 |
| Octal | 271 | 21 | 226 | 0 | 133 | 23 | 33 | 470 | 123 | 50 |
| Binary | 10111001 | 10001 | 10010110 | 0 | 1011011 | 10011 | 11011 | 100111000 | 1010011 | 101000 |
Color Harmonies of #B91196
Complementary color
Monochromatic Colors of #B91196
Black with #B91196
Text Example
Text Example
White with #B91196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91196; }
p { color: rgb(185,17,150); }
H1.HeaderClassName
{
color: #B91196;
}
.AnyTagClassName
{
color: #B91196;
}
</style>
background-color css
<style>
a { background-color: #B91196; }
a { background-color: rgb(185,17,150); }
div.DivClassName
{
background-color: #B91196;
}
.BgClassName
{
background-color: #B91196;
}
</style>
border-color css
<style>
span { border-color: #B91196; }
span { border-color: rgb(185,17,150); }
td.TdClassName
{
border-color: #B91196;
}
.TagClassName
{
border-color: #B91196;
}
</style>