Shades of Medium Violet Red #B31497
Tints of Medium Violet Red #B31497
RGB
CMYK
RGB Variations
Color information
#B31497 (or 0xB31497) is known color: Medium Violet Red. HEX triplet: B3, 14 and 97. RGB value is (179,20,151). Sum of RGB (Red+Green+Blue) = 179+20+151=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31497 is #4CEB68. Grayscale: #525252. Windows color (decimal): -5041001 or 9901235. OLE color: 9901235.
HSL color Cylindrical-coordinate representation of color #B31497: hue angle of 310.57º 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 #B31497 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 151 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.30 |
| HSL | 310.57º | 0.8% | 0.39% | - |
| HSV(B) | 310.57º | 0.89% | 0.7% | - |
| XYZ | 24.43 | 12.32 | 30.37 | - |
| YUV | 82.48 | 166.68 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 151 | 0 | 0.89 | 0.16 | 0.30 | 310.57 | 0.8 | 0.39 |
| Hex | B3 | 14 | 97 | 0 | 59 | 10 | 1E | 137 | 50 | 27 |
| Octal | 263 | 24 | 227 | 0 | 131 | 20 | 36 | 467 | 120 | 47 |
| Binary | 10110011 | 10100 | 10010111 | 0 | 1011001 | 10000 | 11110 | 100110111 | 1010000 | 100111 |
Color Harmonies of #B31497
Complementary color
Monochromatic Colors of #B31497
Black with #B31497
Text Example
Text Example
White with #B31497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31497; }
p { color: rgb(179,20,151); }
H1.HeaderClassName
{
color: #B31497;
}
.AnyTagClassName
{
color: #B31497;
}
</style>
background-color css
<style>
a { background-color: #B31497; }
a { background-color: rgb(179,20,151); }
div.DivClassName
{
background-color: #B31497;
}
.BgClassName
{
background-color: #B31497;
}
</style>
border-color css
<style>
span { border-color: #B31497; }
span { border-color: rgb(179,20,151); }
td.TdClassName
{
border-color: #B31497;
}
.TagClassName
{
border-color: #B31497;
}
</style>