Shades of Medium Violet Red #B31796
Tints of Medium Violet Red #B31796
RGB
CMYK
RGB Variations
Color information
#B31796 (or 0xB31796) is known color: Medium Violet Red. HEX triplet: B3, 17 and 96. RGB value is (179,23,150). Sum of RGB (Red+Green+Blue) = 179+23+150=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B31796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31796 is #4CE869. Grayscale: #535353. Windows color (decimal): -5040234 or 9836467. OLE color: 9836467.
HSL color Cylindrical-coordinate representation of color #B31796: hue angle of 311.15º 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 #B31796 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 150 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.30 |
| HSL | 311.15º | 0.77% | 0.4% | - |
| HSV(B) | 311.15º | 0.87% | 0.7% | - |
| XYZ | 24.4 | 12.4 | 29.96 | - |
| YUV | 84.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 150 | 0 | 0.87 | 0.16 | 0.30 | 311.15 | 0.77 | 0.4 |
| Hex | B3 | 17 | 96 | 0 | 57 | 10 | 1E | 137 | 4D | 28 |
| Octal | 263 | 27 | 226 | 0 | 127 | 20 | 36 | 467 | 115 | 50 |
| Binary | 10110011 | 10111 | 10010110 | 0 | 1010111 | 10000 | 11110 | 100110111 | 1001101 | 101000 |
Color Harmonies of #B31796
Complementary color
Monochromatic Colors of #B31796
Black with #B31796
Text Example
Text Example
White with #B31796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31796; }
p { color: rgb(179,23,150); }
H1.HeaderClassName
{
color: #B31796;
}
.AnyTagClassName
{
color: #B31796;
}
</style>
background-color css
<style>
a { background-color: #B31796; }
a { background-color: rgb(179,23,150); }
div.DivClassName
{
background-color: #B31796;
}
.BgClassName
{
background-color: #B31796;
}
</style>
border-color css
<style>
span { border-color: #B31796; }
span { border-color: rgb(179,23,150); }
td.TdClassName
{
border-color: #B31796;
}
.TagClassName
{
border-color: #B31796;
}
</style>