Shades of Medium Violet Red #B31791
Tints of Medium Violet Red #B31791
RGB
CMYK
RGB Variations
Color information
#B31791 (or 0xB31791) is known color: Medium Violet Red. HEX triplet: B3, 17 and 91. RGB value is (179,23,145). Sum of RGB (Red+Green+Blue) = 179+23+145=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B31791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31791 is #4CE86E. Grayscale: #535353. Windows color (decimal): -5040239 or 9508787. OLE color: 9508787.
HSL color Cylindrical-coordinate representation of color #B31791: hue angle of 313.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31791 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 145 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.30 |
| HSL | 313.08º | 0.77% | 0.4% | - |
| HSV(B) | 313.08º | 0.87% | 0.7% | - |
| XYZ | 24.01 | 12.24 | 27.89 | - |
| YUV | 83.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 145 | 0 | 0.87 | 0.19 | 0.30 | 313.08 | 0.77 | 0.4 |
| Hex | B3 | 17 | 91 | 0 | 57 | 13 | 1E | 139 | 4D | 28 |
| Octal | 263 | 27 | 221 | 0 | 127 | 23 | 36 | 471 | 115 | 50 |
| Binary | 10110011 | 10111 | 10010001 | 0 | 1010111 | 10011 | 11110 | 100111001 | 1001101 | 101000 |
Color Harmonies of #B31791
Complementary color
Monochromatic Colors of #B31791
Black with #B31791
Text Example
Text Example
White with #B31791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31791; }
p { color: rgb(179,23,145); }
H1.HeaderClassName
{
color: #B31791;
}
.AnyTagClassName
{
color: #B31791;
}
</style>
background-color css
<style>
a { background-color: #B31791; }
a { background-color: rgb(179,23,145); }
div.DivClassName
{
background-color: #B31791;
}
.BgClassName
{
background-color: #B31791;
}
</style>
border-color css
<style>
span { border-color: #B31791; }
span { border-color: rgb(179,23,145); }
td.TdClassName
{
border-color: #B31791;
}
.TagClassName
{
border-color: #B31791;
}
</style>