Shades of Medium Violet Red #B91E98
Tints of Medium Violet Red #B91E98
RGB
CMYK
RGB Variations
Color information
#B91E98 (or 0xB91E98) is known color: Medium Violet Red. HEX triplet: B9, 1E and 98. RGB value is (185,30,152). Sum of RGB (Red+Green+Blue) = 185+30+152=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91E98 is #46E167. Grayscale: #595959. Windows color (decimal): -4645224 or 9969337. OLE color: 9969337.
HSL color Cylindrical-coordinate representation of color #B91E98: hue angle of 312.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E98 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 152 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.27 |
| HSL | 312.77º | 0.72% | 0.42% | - |
| HSV(B) | 312.77º | 0.84% | 0.73% | - |
| XYZ | 26.14 | 13.51 | 30.94 | - |
| YUV | 90.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 152 | 0 | 0.84 | 0.18 | 0.27 | 312.77 | 0.72 | 0.42 |
| Hex | B9 | 1E | 98 | 0 | 54 | 12 | 1B | 139 | 48 | 2A |
| Octal | 271 | 36 | 230 | 0 | 124 | 22 | 33 | 471 | 110 | 52 |
| Binary | 10111001 | 11110 | 10011000 | 0 | 1010100 | 10010 | 11011 | 100111001 | 1001000 | 101010 |
Color Harmonies of #B91E98
Complementary color
Monochromatic Colors of #B91E98
Black with #B91E98
Text Example
Text Example
White with #B91E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E98; }
p { color: rgb(185,30,152); }
H1.HeaderClassName
{
color: #B91E98;
}
.AnyTagClassName
{
color: #B91E98;
}
</style>
background-color css
<style>
a { background-color: #B91E98; }
a { background-color: rgb(185,30,152); }
div.DivClassName
{
background-color: #B91E98;
}
.BgClassName
{
background-color: #B91E98;
}
</style>
border-color css
<style>
span { border-color: #B91E98; }
span { border-color: rgb(185,30,152); }
td.TdClassName
{
border-color: #B91E98;
}
.TagClassName
{
border-color: #B91E98;
}
</style>