Shades of Medium Violet Red #B91C89
Tints of Medium Violet Red #B91C89
RGB
CMYK
RGB Variations
Color information
#B91C89 (or 0xB91C89) is known color: Medium Violet Red. HEX triplet: B9, 1C and 89. RGB value is (185,28,137). Sum of RGB (Red+Green+Blue) = 185+28+137=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C89 is #46E376. Grayscale: #575757. Windows color (decimal): -4645751 or 8985785. OLE color: 8985785.
HSL color Cylindrical-coordinate representation of color #B91C89: hue angle of 318.34º degrees, saturation: 0.74, 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 #B91C89 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 137 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.27 |
| HSL | 318.34º | 0.74% | 0.42% | - |
| HSV(B) | 318.34º | 0.85% | 0.73% | - |
| XYZ | 24.94 | 12.95 | 24.85 | - |
| YUV | 87.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 137 | 0 | 0.85 | 0.26 | 0.27 | 318.34 | 0.74 | 0.42 |
| Hex | B9 | 1C | 89 | 0 | 55 | 1A | 1B | 13E | 4A | 2A |
| Octal | 271 | 34 | 211 | 0 | 125 | 32 | 33 | 476 | 112 | 52 |
| Binary | 10111001 | 11100 | 10001001 | 0 | 1010101 | 11010 | 11011 | 100111110 | 1001010 | 101010 |
Color Harmonies of #B91C89
Complementary color
Monochromatic Colors of #B91C89
Black with #B91C89
Text Example
Text Example
White with #B91C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C89; }
p { color: rgb(185,28,137); }
H1.HeaderClassName
{
color: #B91C89;
}
.AnyTagClassName
{
color: #B91C89;
}
</style>
background-color css
<style>
a { background-color: #B91C89; }
a { background-color: rgb(185,28,137); }
div.DivClassName
{
background-color: #B91C89;
}
.BgClassName
{
background-color: #B91C89;
}
</style>
border-color css
<style>
span { border-color: #B91C89; }
span { border-color: rgb(185,28,137); }
td.TdClassName
{
border-color: #B91C89;
}
.TagClassName
{
border-color: #B91C89;
}
</style>