Shades of Medium Violet Red #B31991
Tints of Medium Violet Red #B31991
RGB
CMYK
RGB Variations
Color information
#B31991 (or 0xB31991) is known color: Medium Violet Red. HEX triplet: B3, 19 and 91. RGB value is (179,25,145). Sum of RGB (Red+Green+Blue) = 179+25+145=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B31991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31991 is #4CE66E. Grayscale: #545454. Windows color (decimal): -5039727 or 9509299. OLE color: 9509299.
HSL color Cylindrical-coordinate representation of color #B31991: hue angle of 313.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31991 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 145 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.30 |
| HSL | 313.25º | 0.75% | 0.4% | - |
| HSV(B) | 313.25º | 0.86% | 0.7% | - |
| XYZ | 24.05 | 12.32 | 27.9 | - |
| YUV | 84.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 145 | 0 | 0.86 | 0.19 | 0.30 | 313.25 | 0.75 | 0.4 |
| Hex | B3 | 19 | 91 | 0 | 56 | 13 | 1E | 139 | 4B | 28 |
| Octal | 263 | 31 | 221 | 0 | 126 | 23 | 36 | 471 | 113 | 50 |
| Binary | 10110011 | 11001 | 10010001 | 0 | 1010110 | 10011 | 11110 | 100111001 | 1001011 | 101000 |
Color Harmonies of #B31991
Complementary color
Monochromatic Colors of #B31991
Black with #B31991
Text Example
Text Example
White with #B31991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31991; }
p { color: rgb(179,25,145); }
H1.HeaderClassName
{
color: #B31991;
}
.AnyTagClassName
{
color: #B31991;
}
</style>
background-color css
<style>
a { background-color: #B31991; }
a { background-color: rgb(179,25,145); }
div.DivClassName
{
background-color: #B31991;
}
.BgClassName
{
background-color: #B31991;
}
</style>
border-color css
<style>
span { border-color: #B31991; }
span { border-color: rgb(179,25,145); }
td.TdClassName
{
border-color: #B31991;
}
.TagClassName
{
border-color: #B31991;
}
</style>