Shades of Medium Violet Red #B31491
Tints of Medium Violet Red #B31491
RGB
CMYK
RGB Variations
Color information
#B31491 (or 0xB31491) is known color: Medium Violet Red. HEX triplet: B3, 14 and 91. RGB value is (179,20,145). Sum of RGB (Red+Green+Blue) = 179+20+145=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B31491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31491 is #4CEB6E. Grayscale: #515151. Windows color (decimal): -5041007 or 9508019. OLE color: 9508019.
HSL color Cylindrical-coordinate representation of color #B31491: hue angle of 312.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31491 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 145 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.30 |
| HSL | 312.83º | 0.8% | 0.39% | - |
| HSV(B) | 312.83º | 0.89% | 0.7% | - |
| XYZ | 23.95 | 12.13 | 27.87 | - |
| YUV | 81.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 145 | 0 | 0.89 | 0.19 | 0.30 | 312.83 | 0.8 | 0.39 |
| Hex | B3 | 14 | 91 | 0 | 59 | 13 | 1E | 139 | 50 | 27 |
| Octal | 263 | 24 | 221 | 0 | 131 | 23 | 36 | 471 | 120 | 47 |
| Binary | 10110011 | 10100 | 10010001 | 0 | 1011001 | 10011 | 11110 | 100111001 | 1010000 | 100111 |
Color Harmonies of #B31491
Complementary color
Monochromatic Colors of #B31491
Black with #B31491
Text Example
Text Example
White with #B31491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31491; }
p { color: rgb(179,20,145); }
H1.HeaderClassName
{
color: #B31491;
}
.AnyTagClassName
{
color: #B31491;
}
</style>
background-color css
<style>
a { background-color: #B31491; }
a { background-color: rgb(179,20,145); }
div.DivClassName
{
background-color: #B31491;
}
.BgClassName
{
background-color: #B31491;
}
</style>
border-color css
<style>
span { border-color: #B31491; }
span { border-color: rgb(179,20,145); }
td.TdClassName
{
border-color: #B31491;
}
.TagClassName
{
border-color: #B31491;
}
</style>