Shades of Medium Violet Red #B91195
Tints of Medium Violet Red #B91195
RGB
CMYK
RGB Variations
Color information
#B91195 (or 0xB91195) is known color: Medium Violet Red. HEX triplet: B9, 11 and 95. RGB value is (185,17,149). Sum of RGB (Red+Green+Blue) = 185+17+149=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B91195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91195 is #46EE6A. Grayscale: #515151. Windows color (decimal): -4648555 or 9769401. OLE color: 9769401.
HSL color Cylindrical-coordinate representation of color #B91195: hue angle of 312.86º 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 #B91195 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 149 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.27 |
| HSL | 312.86º | 0.83% | 0.4% | - |
| HSV(B) | 312.86º | 0.91% | 0.73% | - |
| XYZ | 25.63 | 12.89 | 29.57 | - |
| YUV | 82.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 149 | 0 | 0.91 | 0.19 | 0.27 | 312.86 | 0.83 | 0.4 |
| Hex | B9 | 11 | 95 | 0 | 5B | 13 | 1B | 139 | 53 | 28 |
| Octal | 271 | 21 | 225 | 0 | 133 | 23 | 33 | 471 | 123 | 50 |
| Binary | 10111001 | 10001 | 10010101 | 0 | 1011011 | 10011 | 11011 | 100111001 | 1010011 | 101000 |
Color Harmonies of #B91195
Complementary color
Monochromatic Colors of #B91195
Black with #B91195
Text Example
Text Example
White with #B91195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91195; }
p { color: rgb(185,17,149); }
H1.HeaderClassName
{
color: #B91195;
}
.AnyTagClassName
{
color: #B91195;
}
</style>
background-color css
<style>
a { background-color: #B91195; }
a { background-color: rgb(185,17,149); }
div.DivClassName
{
background-color: #B91195;
}
.BgClassName
{
background-color: #B91195;
}
</style>
border-color css
<style>
span { border-color: #B91195; }
span { border-color: rgb(185,17,149); }
td.TdClassName
{
border-color: #B91195;
}
.TagClassName
{
border-color: #B91195;
}
</style>