Shades of Medium Violet Red #B91E9F
Tints of Medium Violet Red #B91E9F
RGB
CMYK
RGB Variations
Color information
#B91E9F (or 0xB91E9F) is known color: Medium Violet Red. HEX triplet: B9, 1E and 9F. RGB value is (185,30,159). Sum of RGB (Red+Green+Blue) = 185+30+159=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91E9F is #46E160. Grayscale: #5A5A5A. Windows color (decimal): -4645217 or 10428089. OLE color: 10428089.
HSL color Cylindrical-coordinate representation of color #B91E9F: hue angle of 310.06º 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 #B91E9F is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 159 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.27 |
| HSL | 310.06º | 0.72% | 0.42% | - |
| HSV(B) | 310.06º | 0.84% | 0.73% | - |
| XYZ | 26.73 | 13.75 | 34.05 | - |
| YUV | 91.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 159 | 0 | 0.84 | 0.14 | 0.27 | 310.06 | 0.72 | 0.42 |
| Hex | B9 | 1E | 9F | 0 | 54 | E | 1B | 136 | 48 | 2A |
| Octal | 271 | 36 | 237 | 0 | 124 | 16 | 33 | 466 | 110 | 52 |
| Binary | 10111001 | 11110 | 10011111 | 0 | 1010100 | 1110 | 11011 | 100110110 | 1001000 | 101010 |
Color Harmonies of #B91E9F
Complementary color
Monochromatic Colors of #B91E9F
Black with #B91E9F
Text Example
Text Example
White with #B91E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E9F; }
p { color: rgb(185,30,159); }
H1.HeaderClassName
{
color: #B91E9F;
}
.AnyTagClassName
{
color: #B91E9F;
}
</style>
background-color css
<style>
a { background-color: #B91E9F; }
a { background-color: rgb(185,30,159); }
div.DivClassName
{
background-color: #B91E9F;
}
.BgClassName
{
background-color: #B91E9F;
}
</style>
border-color css
<style>
span { border-color: #B91E9F; }
span { border-color: rgb(185,30,159); }
td.TdClassName
{
border-color: #B91E9F;
}
.TagClassName
{
border-color: #B91E9F;
}
</style>