Shades of Medium Violet Red #B91499
Tints of Medium Violet Red #B91499
RGB
CMYK
RGB Variations
Color information
#B91499 (or 0xB91499) is known color: Medium Violet Red. HEX triplet: B9, 14 and 99. RGB value is (185,20,153). Sum of RGB (Red+Green+Blue) = 185+20+153=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B91499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91499 is #46EB66. Grayscale: #545454. Windows color (decimal): -4647783 or 10032313. OLE color: 10032313.
HSL color Cylindrical-coordinate representation of color #B91499: hue angle of 311.64º 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 #B91499 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 153 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.27 |
| HSL | 311.64º | 0.8% | 0.4% | - |
| HSV(B) | 311.64º | 0.89% | 0.73% | - |
| XYZ | 26.01 | 13.11 | 31.3 | - |
| YUV | 84.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 153 | 0 | 0.89 | 0.17 | 0.27 | 311.64 | 0.8 | 0.4 |
| Hex | B9 | 14 | 99 | 0 | 59 | 11 | 1B | 138 | 50 | 28 |
| Octal | 271 | 24 | 231 | 0 | 131 | 21 | 33 | 470 | 120 | 50 |
| Binary | 10111001 | 10100 | 10011001 | 0 | 1011001 | 10001 | 11011 | 100111000 | 1010000 | 101000 |
Color Harmonies of #B91499
Complementary color
Monochromatic Colors of #B91499
Black with #B91499
Text Example
Text Example
White with #B91499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91499; }
p { color: rgb(185,20,153); }
H1.HeaderClassName
{
color: #B91499;
}
.AnyTagClassName
{
color: #B91499;
}
</style>
background-color css
<style>
a { background-color: #B91499; }
a { background-color: rgb(185,20,153); }
div.DivClassName
{
background-color: #B91499;
}
.BgClassName
{
background-color: #B91499;
}
</style>
border-color css
<style>
span { border-color: #B91499; }
span { border-color: rgb(185,20,153); }
td.TdClassName
{
border-color: #B91499;
}
.TagClassName
{
border-color: #B91499;
}
</style>