Shades of Medium Violet Red #B31777
Tints of Medium Violet Red #B31777
RGB
CMYK
RGB Variations
Color information
#B31777 (or 0xB31777) is known color: Medium Violet Red. HEX triplet: B3, 17 and 77. RGB value is (179,23,119). Sum of RGB (Red+Green+Blue) = 179+23+119=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B31777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31777 is #4CE888. Grayscale: #505050. Windows color (decimal): -5040265 or 7804851. OLE color: 7804851.
HSL color Cylindrical-coordinate representation of color #B31777: hue angle of 323.08º 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 #B31777 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 119 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.30 |
| HSL | 323.08º | 0.77% | 0.4% | - |
| HSV(B) | 323.08º | 0.87% | 0.7% | - |
| XYZ | 22.23 | 11.53 | 18.51 | - |
| YUV | 80.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 119 | 0 | 0.87 | 0.34 | 0.30 | 323.08 | 0.77 | 0.4 |
| Hex | B3 | 17 | 77 | 0 | 57 | 22 | 1E | 143 | 4D | 28 |
| Octal | 263 | 27 | 167 | 0 | 127 | 42 | 36 | 503 | 115 | 50 |
| Binary | 10110011 | 10111 | 1110111 | 0 | 1010111 | 100010 | 11110 | 101000011 | 1001101 | 101000 |
Color Harmonies of #B31777
Complementary color
Monochromatic Colors of #B31777
Black with #B31777
Text Example
Text Example
White with #B31777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31777; }
p { color: rgb(179,23,119); }
H1.HeaderClassName
{
color: #B31777;
}
.AnyTagClassName
{
color: #B31777;
}
</style>
background-color css
<style>
a { background-color: #B31777; }
a { background-color: rgb(179,23,119); }
div.DivClassName
{
background-color: #B31777;
}
.BgClassName
{
background-color: #B31777;
}
</style>
border-color css
<style>
span { border-color: #B31777; }
span { border-color: rgb(179,23,119); }
td.TdClassName
{
border-color: #B31777;
}
.TagClassName
{
border-color: #B31777;
}
</style>