Shades of Medium Violet Red #B91F7C
Tints of Medium Violet Red #B91F7C
RGB
CMYK
RGB Variations
Color information
#B91F7C (or 0xB91F7C) is known color: Medium Violet Red. HEX triplet: B9, 1F and 7C. RGB value is (185,31,124). Sum of RGB (Red+Green+Blue) = 185+31+124=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F7C is #46E083. Grayscale: #575757. Windows color (decimal): -4644996 or 8134585. OLE color: 8134585.
HSL color Cylindrical-coordinate representation of color #B91F7C: hue angle of 323.77º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F7C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 124 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.27 |
| HSL | 323.77º | 0.71% | 0.42% | - |
| HSV(B) | 323.77º | 0.83% | 0.73% | - |
| XYZ | 24.14 | 12.75 | 20.26 | - |
| YUV | 87.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 124 | 0 | 0.83 | 0.33 | 0.27 | 323.77 | 0.71 | 0.42 |
| Hex | B9 | 1F | 7C | 0 | 53 | 21 | 1B | 144 | 47 | 2A |
| Octal | 271 | 37 | 174 | 0 | 123 | 41 | 33 | 504 | 107 | 52 |
| Binary | 10111001 | 11111 | 1111100 | 0 | 1010011 | 100001 | 11011 | 101000100 | 1000111 | 101010 |
Color Harmonies of #B91F7C
Complementary color
Monochromatic Colors of #B91F7C
Black with #B91F7C
Text Example
Text Example
White with #B91F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F7C; }
p { color: rgb(185,31,124); }
H1.HeaderClassName
{
color: #B91F7C;
}
.AnyTagClassName
{
color: #B91F7C;
}
</style>
background-color css
<style>
a { background-color: #B91F7C; }
a { background-color: rgb(185,31,124); }
div.DivClassName
{
background-color: #B91F7C;
}
.BgClassName
{
background-color: #B91F7C;
}
</style>
border-color css
<style>
span { border-color: #B91F7C; }
span { border-color: rgb(185,31,124); }
td.TdClassName
{
border-color: #B91F7C;
}
.TagClassName
{
border-color: #B91F7C;
}
</style>