Shades of Medium Violet Red #B31981
Tints of Medium Violet Red #B31981
RGB
CMYK
RGB Variations
Color information
#B31981 (or 0xB31981) is known color: Medium Violet Red. HEX triplet: B3, 19 and 81. RGB value is (179,25,129). Sum of RGB (Red+Green+Blue) = 179+25+129=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31981 is #4CE67E. Grayscale: #525252. Windows color (decimal): -5039743 or 8460723. OLE color: 8460723.
HSL color Cylindrical-coordinate representation of color #B31981: hue angle of 319.48º 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 #B31981 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 129 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.30 |
| HSL | 319.48º | 0.75% | 0.4% | - |
| HSV(B) | 319.48º | 0.86% | 0.7% | - |
| XYZ | 22.9 | 11.86 | 21.85 | - |
| YUV | 82.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 129 | 0 | 0.86 | 0.28 | 0.30 | 319.48 | 0.75 | 0.4 |
| Hex | B3 | 19 | 81 | 0 | 56 | 1C | 1E | 13F | 4B | 28 |
| Octal | 263 | 31 | 201 | 0 | 126 | 34 | 36 | 477 | 113 | 50 |
| Binary | 10110011 | 11001 | 10000001 | 0 | 1010110 | 11100 | 11110 | 100111111 | 1001011 | 101000 |
Color Harmonies of #B31981
Complementary color
Monochromatic Colors of #B31981
Black with #B31981
Text Example
Text Example
White with #B31981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31981; }
p { color: rgb(179,25,129); }
H1.HeaderClassName
{
color: #B31981;
}
.AnyTagClassName
{
color: #B31981;
}
</style>
background-color css
<style>
a { background-color: #B31981; }
a { background-color: rgb(179,25,129); }
div.DivClassName
{
background-color: #B31981;
}
.BgClassName
{
background-color: #B31981;
}
</style>
border-color css
<style>
span { border-color: #B31981; }
span { border-color: rgb(179,25,129); }
td.TdClassName
{
border-color: #B31981;
}
.TagClassName
{
border-color: #B31981;
}
</style>