Shades of Medium Violet Red #B91E79
Tints of Medium Violet Red #B91E79
RGB
CMYK
RGB Variations
Color information
#B91E79 (or 0xB91E79) is known color: Medium Violet Red. HEX triplet: B9, 1E and 79. RGB value is (185,30,121). Sum of RGB (Red+Green+Blue) = 185+30+121=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91E79 is #46E186. Grayscale: #565656. Windows color (decimal): -4645255 or 7937721. OLE color: 7937721.
HSL color Cylindrical-coordinate representation of color #B91E79: hue angle of 324.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E79 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 121 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.27 |
| HSL | 324.77º | 0.72% | 0.42% | - |
| HSV(B) | 324.77º | 0.84% | 0.73% | - |
| XYZ | 23.92 | 12.62 | 19.26 | - |
| YUV | 86.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 121 | 0 | 0.84 | 0.35 | 0.27 | 324.77 | 0.72 | 0.42 |
| Hex | B9 | 1E | 79 | 0 | 54 | 23 | 1B | 145 | 48 | 2A |
| Octal | 271 | 36 | 171 | 0 | 124 | 43 | 33 | 505 | 110 | 52 |
| Binary | 10111001 | 11110 | 1111001 | 0 | 1010100 | 100011 | 11011 | 101000101 | 1001000 | 101010 |
Color Harmonies of #B91E79
Complementary color
Monochromatic Colors of #B91E79
Black with #B91E79
Text Example
Text Example
White with #B91E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E79; }
p { color: rgb(185,30,121); }
H1.HeaderClassName
{
color: #B91E79;
}
.AnyTagClassName
{
color: #B91E79;
}
</style>
background-color css
<style>
a { background-color: #B91E79; }
a { background-color: rgb(185,30,121); }
div.DivClassName
{
background-color: #B91E79;
}
.BgClassName
{
background-color: #B91E79;
}
</style>
border-color css
<style>
span { border-color: #B91E79; }
span { border-color: rgb(185,30,121); }
td.TdClassName
{
border-color: #B91E79;
}
.TagClassName
{
border-color: #B91E79;
}
</style>