Shades of Medium Violet Red #B91C95
Tints of Medium Violet Red #B91C95
RGB
CMYK
RGB Variations
Color information
#B91C95 (or 0xB91C95) is known color: Medium Violet Red. HEX triplet: B9, 1C and 95. RGB value is (185,28,149). Sum of RGB (Red+Green+Blue) = 185+28+149=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C95 is #46E36A. Grayscale: #585858. Windows color (decimal): -4645739 or 9772217. OLE color: 9772217.
HSL color Cylindrical-coordinate representation of color #B91C95: hue angle of 313.76º 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 #B91C95 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 149 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.27 |
| HSL | 313.76º | 0.74% | 0.42% | - |
| HSV(B) | 313.76º | 0.85% | 0.73% | - |
| XYZ | 25.85 | 13.31 | 29.64 | - |
| YUV | 88.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 149 | 0 | 0.85 | 0.19 | 0.27 | 313.76 | 0.74 | 0.42 |
| Hex | B9 | 1C | 95 | 0 | 55 | 13 | 1B | 13A | 4A | 2A |
| Octal | 271 | 34 | 225 | 0 | 125 | 23 | 33 | 472 | 112 | 52 |
| Binary | 10111001 | 11100 | 10010101 | 0 | 1010101 | 10011 | 11011 | 100111010 | 1001010 | 101010 |
Color Harmonies of #B91C95
Complementary color
Monochromatic Colors of #B91C95
Black with #B91C95
Text Example
Text Example
White with #B91C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C95; }
p { color: rgb(185,28,149); }
H1.HeaderClassName
{
color: #B91C95;
}
.AnyTagClassName
{
color: #B91C95;
}
</style>
background-color css
<style>
a { background-color: #B91C95; }
a { background-color: rgb(185,28,149); }
div.DivClassName
{
background-color: #B91C95;
}
.BgClassName
{
background-color: #B91C95;
}
</style>
border-color css
<style>
span { border-color: #B91C95; }
span { border-color: rgb(185,28,149); }
td.TdClassName
{
border-color: #B91C95;
}
.TagClassName
{
border-color: #B91C95;
}
</style>