Shades of Medium Violet Red #B91C8E
Tints of Medium Violet Red #B91C8E
RGB
CMYK
RGB Variations
Color information
#B91C8E (or 0xB91C8E) is known color: Medium Violet Red. HEX triplet: B9, 1C and 8E. RGB value is (185,28,142). Sum of RGB (Red+Green+Blue) = 185+28+142=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C8E is #46E371. Grayscale: #575757. Windows color (decimal): -4645746 or 9313465. OLE color: 9313465.
HSL color Cylindrical-coordinate representation of color #B91C8E: hue angle of 316.43º 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 #B91C8E is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 142 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.27 |
| HSL | 316.43º | 0.74% | 0.42% | - |
| HSV(B) | 316.43º | 0.85% | 0.73% | - |
| XYZ | 25.31 | 13.1 | 26.79 | - |
| YUV | 87.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 142 | 0 | 0.85 | 0.23 | 0.27 | 316.43 | 0.74 | 0.42 |
| Hex | B9 | 1C | 8E | 0 | 55 | 17 | 1B | 13C | 4A | 2A |
| Octal | 271 | 34 | 216 | 0 | 125 | 27 | 33 | 474 | 112 | 52 |
| Binary | 10111001 | 11100 | 10001110 | 0 | 1010101 | 10111 | 11011 | 100111100 | 1001010 | 101010 |
Color Harmonies of #B91C8E
Complementary color
Monochromatic Colors of #B91C8E
Black with #B91C8E
Text Example
Text Example
White with #B91C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C8E; }
p { color: rgb(185,28,142); }
H1.HeaderClassName
{
color: #B91C8E;
}
.AnyTagClassName
{
color: #B91C8E;
}
</style>
background-color css
<style>
a { background-color: #B91C8E; }
a { background-color: rgb(185,28,142); }
div.DivClassName
{
background-color: #B91C8E;
}
.BgClassName
{
background-color: #B91C8E;
}
</style>
border-color css
<style>
span { border-color: #B91C8E; }
span { border-color: rgb(185,28,142); }
td.TdClassName
{
border-color: #B91C8E;
}
.TagClassName
{
border-color: #B91C8E;
}
</style>