Shades of Medium Violet Red #B91B9C
Tints of Medium Violet Red #B91B9C
RGB
CMYK
RGB Variations
Color information
#B91B9C (or 0xB91B9C) is known color: Medium Violet Red. HEX triplet: B9, 1B and 9C. RGB value is (185,27,156). Sum of RGB (Red+Green+Blue) = 185+27+156=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91B9C is #46E463. Grayscale: #585858. Windows color (decimal): -4645988 or 10230713. OLE color: 10230713.
HSL color Cylindrical-coordinate representation of color #B91B9C: hue angle of 311.01º 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 #B91B9C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 156 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.27 |
| HSL | 311.01º | 0.75% | 0.42% | - |
| HSV(B) | 311.01º | 0.85% | 0.73% | - |
| XYZ | 26.4 | 13.5 | 32.67 | - |
| YUV | 88.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 156 | 0 | 0.85 | 0.16 | 0.27 | 311.01 | 0.75 | 0.42 |
| Hex | B9 | 1B | 9C | 0 | 55 | 10 | 1B | 137 | 4B | 2A |
| Octal | 271 | 33 | 234 | 0 | 125 | 20 | 33 | 467 | 113 | 52 |
| Binary | 10111001 | 11011 | 10011100 | 0 | 1010101 | 10000 | 11011 | 100110111 | 1001011 | 101010 |
Color Harmonies of #B91B9C
Complementary color
Monochromatic Colors of #B91B9C
Black with #B91B9C
Text Example
Text Example
White with #B91B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B9C; }
p { color: rgb(185,27,156); }
H1.HeaderClassName
{
color: #B91B9C;
}
.AnyTagClassName
{
color: #B91B9C;
}
</style>
background-color css
<style>
a { background-color: #B91B9C; }
a { background-color: rgb(185,27,156); }
div.DivClassName
{
background-color: #B91B9C;
}
.BgClassName
{
background-color: #B91B9C;
}
</style>
border-color css
<style>
span { border-color: #B91B9C; }
span { border-color: rgb(185,27,156); }
td.TdClassName
{
border-color: #B91B9C;
}
.TagClassName
{
border-color: #B91B9C;
}
</style>