Shades of Medium Violet Red #B91185
Tints of Medium Violet Red #B91185
RGB
CMYK
RGB Variations
Color information
#B91185 (or 0xB91185) is known color: Medium Violet Red. HEX triplet: B9, 11 and 85. RGB value is (185,17,133). Sum of RGB (Red+Green+Blue) = 185+17+133=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B91185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91185 is #46EE7A. Grayscale: #505050. Windows color (decimal): -4648571 or 8720825. OLE color: 8720825.
HSL color Cylindrical-coordinate representation of color #B91185: hue angle of 318.57º 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 #B91185 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.27 |
| HSL | 318.57º | 0.83% | 0.4% | - |
| HSV(B) | 318.57º | 0.91% | 0.73% | - |
| XYZ | 24.44 | 12.41 | 23.3 | - |
| YUV | 80.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 133 | 0 | 0.91 | 0.28 | 0.27 | 318.57 | 0.83 | 0.4 |
| Hex | B9 | 11 | 85 | 0 | 5B | 1C | 1B | 13F | 53 | 28 |
| Octal | 271 | 21 | 205 | 0 | 133 | 34 | 33 | 477 | 123 | 50 |
| Binary | 10111001 | 10001 | 10000101 | 0 | 1011011 | 11100 | 11011 | 100111111 | 1010011 | 101000 |
Color Harmonies of #B91185
Complementary color
Monochromatic Colors of #B91185
Black with #B91185
Text Example
Text Example
White with #B91185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91185; }
p { color: rgb(185,17,133); }
H1.HeaderClassName
{
color: #B91185;
}
.AnyTagClassName
{
color: #B91185;
}
</style>
background-color css
<style>
a { background-color: #B91185; }
a { background-color: rgb(185,17,133); }
div.DivClassName
{
background-color: #B91185;
}
.BgClassName
{
background-color: #B91185;
}
</style>
border-color css
<style>
span { border-color: #B91185; }
span { border-color: rgb(185,17,133); }
td.TdClassName
{
border-color: #B91185;
}
.TagClassName
{
border-color: #B91185;
}
</style>