Shades of Medium Violet Red #B91998
Tints of Medium Violet Red #B91998
RGB
CMYK
RGB Variations
Color information
#B91998 (or 0xB91998) is known color: Medium Violet Red. HEX triplet: B9, 19 and 98. RGB value is (185,25,152). Sum of RGB (Red+Green+Blue) = 185+25+152=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B91998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91998 is #46E667. Grayscale: #565656. Windows color (decimal): -4646504 or 9968057. OLE color: 9968057.
HSL color Cylindrical-coordinate representation of color #B91998: hue angle of 312.38º 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 #B91998 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 152 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.27 |
| HSL | 312.38º | 0.76% | 0.41% | - |
| HSV(B) | 312.38º | 0.86% | 0.73% | - |
| XYZ | 26.02 | 13.28 | 30.9 | - |
| YUV | 87.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 152 | 0 | 0.86 | 0.18 | 0.27 | 312.38 | 0.76 | 0.41 |
| Hex | B9 | 19 | 98 | 0 | 56 | 12 | 1B | 138 | 4C | 29 |
| Octal | 271 | 31 | 230 | 0 | 126 | 22 | 33 | 470 | 114 | 51 |
| Binary | 10111001 | 11001 | 10011000 | 0 | 1010110 | 10010 | 11011 | 100111000 | 1001100 | 101001 |
Color Harmonies of #B91998
Complementary color
Monochromatic Colors of #B91998
Black with #B91998
Text Example
Text Example
White with #B91998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91998; }
p { color: rgb(185,25,152); }
H1.HeaderClassName
{
color: #B91998;
}
.AnyTagClassName
{
color: #B91998;
}
</style>
background-color css
<style>
a { background-color: #B91998; }
a { background-color: rgb(185,25,152); }
div.DivClassName
{
background-color: #B91998;
}
.BgClassName
{
background-color: #B91998;
}
</style>
border-color css
<style>
span { border-color: #B91998; }
span { border-color: rgb(185,25,152); }
td.TdClassName
{
border-color: #B91998;
}
.TagClassName
{
border-color: #B91998;
}
</style>