Shades of Medium Violet Red #B31377
Tints of Medium Violet Red #B31377
RGB
CMYK
RGB Variations
Color information
#B31377 (or 0xB31377) is known color: Medium Violet Red. HEX triplet: B3, 13 and 77. RGB value is (179,19,119). Sum of RGB (Red+Green+Blue) = 179+19+119=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31377 is #4CEC88. Grayscale: #4E4E4E. Windows color (decimal): -5041289 or 7803827. OLE color: 7803827.
HSL color Cylindrical-coordinate representation of color #B31377: hue angle of 322.5º degrees, saturation: 0.81, 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 #B31377 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 119 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.30 |
| HSL | 322.5º | 0.81% | 0.39% | - |
| HSV(B) | 322.5º | 0.89% | 0.7% | - |
| XYZ | 22.15 | 11.38 | 18.48 | - |
| YUV | 78.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 119 | 0 | 0.89 | 0.34 | 0.30 | 322.5 | 0.81 | 0.39 |
| Hex | B3 | 13 | 77 | 0 | 59 | 22 | 1E | 142 | 51 | 27 |
| Octal | 263 | 23 | 167 | 0 | 131 | 42 | 36 | 502 | 121 | 47 |
| Binary | 10110011 | 10011 | 1110111 | 0 | 1011001 | 100010 | 11110 | 101000010 | 1010001 | 100111 |
Color Harmonies of #B31377
Complementary color
Monochromatic Colors of #B31377
Black with #B31377
Text Example
Text Example
White with #B31377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31377; }
p { color: rgb(179,19,119); }
H1.HeaderClassName
{
color: #B31377;
}
.AnyTagClassName
{
color: #B31377;
}
</style>
background-color css
<style>
a { background-color: #B31377; }
a { background-color: rgb(179,19,119); }
div.DivClassName
{
background-color: #B31377;
}
.BgClassName
{
background-color: #B31377;
}
</style>
border-color css
<style>
span { border-color: #B31377; }
span { border-color: rgb(179,19,119); }
td.TdClassName
{
border-color: #B31377;
}
.TagClassName
{
border-color: #B31377;
}
</style>