Shades of Medium Violet Red #B91B9E
Tints of Medium Violet Red #B91B9E
RGB
CMYK
RGB Variations
Color information
#B91B9E (or 0xB91B9E) is known color: Medium Violet Red. HEX triplet: B9, 1B and 9E. RGB value is (185,27,158). Sum of RGB (Red+Green+Blue) = 185+27+158=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91B9E is #46E461. Grayscale: #585858. Windows color (decimal): -4645986 or 10361785. OLE color: 10361785.
HSL color Cylindrical-coordinate representation of color #B91B9E: hue angle of 310.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B9E is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 158 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.27 |
| HSL | 310.25º | 0.75% | 0.42% | - |
| HSV(B) | 310.25º | 0.85% | 0.73% | - |
| XYZ | 26.57 | 13.57 | 33.57 | - |
| YUV | 89.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 158 | 0 | 0.85 | 0.15 | 0.27 | 310.25 | 0.75 | 0.42 |
| Hex | B9 | 1B | 9E | 0 | 55 | F | 1B | 136 | 4B | 2A |
| Octal | 271 | 33 | 236 | 0 | 125 | 17 | 33 | 466 | 113 | 52 |
| Binary | 10111001 | 11011 | 10011110 | 0 | 1010101 | 1111 | 11011 | 100110110 | 1001011 | 101010 |
Color Harmonies of #B91B9E
Complementary color
Monochromatic Colors of #B91B9E
Black with #B91B9E
Text Example
Text Example
White with #B91B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B9E; }
p { color: rgb(185,27,158); }
H1.HeaderClassName
{
color: #B91B9E;
}
.AnyTagClassName
{
color: #B91B9E;
}
</style>
background-color css
<style>
a { background-color: #B91B9E; }
a { background-color: rgb(185,27,158); }
div.DivClassName
{
background-color: #B91B9E;
}
.BgClassName
{
background-color: #B91B9E;
}
</style>
border-color css
<style>
span { border-color: #B91B9E; }
span { border-color: rgb(185,27,158); }
td.TdClassName
{
border-color: #B91B9E;
}
.TagClassName
{
border-color: #B91B9E;
}
</style>