Shades of Medium Violet Red #B91498
Tints of Medium Violet Red #B91498
RGB
CMYK
RGB Variations
Color information
#B91498 (or 0xB91498) is known color: Medium Violet Red. HEX triplet: B9, 14 and 98. RGB value is (185,20,152). Sum of RGB (Red+Green+Blue) = 185+20+152=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B91498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91498 is #46EB67. Grayscale: #545454. Windows color (decimal): -4647784 or 9966777. OLE color: 9966777.
HSL color Cylindrical-coordinate representation of color #B91498: hue angle of 312º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91498 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 152 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.27 |
| HSL | 312º | 0.8% | 0.4% | - |
| HSV(B) | 312º | 0.89% | 0.73% | - |
| XYZ | 25.93 | 13.08 | 30.86 | - |
| YUV | 84.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 152 | 0 | 0.89 | 0.18 | 0.27 | 312 | 0.8 | 0.4 |
| Hex | B9 | 14 | 98 | 0 | 59 | 12 | 1B | 138 | 50 | 28 |
| Octal | 271 | 24 | 230 | 0 | 131 | 22 | 33 | 470 | 120 | 50 |
| Binary | 10111001 | 10100 | 10011000 | 0 | 1011001 | 10010 | 11011 | 100111000 | 1010000 | 101000 |
Color Harmonies of #B91498
Complementary color
Monochromatic Colors of #B91498
Black with #B91498
Text Example
Text Example
White with #B91498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91498; }
p { color: rgb(185,20,152); }
H1.HeaderClassName
{
color: #B91498;
}
.AnyTagClassName
{
color: #B91498;
}
</style>
background-color css
<style>
a { background-color: #B91498; }
a { background-color: rgb(185,20,152); }
div.DivClassName
{
background-color: #B91498;
}
.BgClassName
{
background-color: #B91498;
}
</style>
border-color css
<style>
span { border-color: #B91498; }
span { border-color: rgb(185,20,152); }
td.TdClassName
{
border-color: #B91498;
}
.TagClassName
{
border-color: #B91498;
}
</style>