Shades of Medium Violet Red #B31177
Tints of Medium Violet Red #B31177
RGB
CMYK
RGB Variations
Color information
#B31177 (or 0xB31177) is known color: Medium Violet Red. HEX triplet: B3, 11 and 77. RGB value is (179,17,119). Sum of RGB (Red+Green+Blue) = 179+17+119=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B31177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31177 is #4CEE88. Grayscale: #4C4C4C. Windows color (decimal): -5041801 or 7803315. OLE color: 7803315.
HSL color Cylindrical-coordinate representation of color #B31177: hue angle of 322.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31177 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 119 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.30 |
| HSL | 322.22º | 0.83% | 0.38% | - |
| HSV(B) | 322.22º | 0.91% | 0.7% | - |
| XYZ | 22.12 | 11.32 | 18.47 | - |
| YUV | 77.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 119 | 0 | 0.91 | 0.34 | 0.30 | 322.22 | 0.83 | 0.38 |
| Hex | B3 | 11 | 77 | 0 | 5B | 22 | 1E | 142 | 53 | 26 |
| Octal | 263 | 21 | 167 | 0 | 133 | 42 | 36 | 502 | 123 | 46 |
| Binary | 10110011 | 10001 | 1110111 | 0 | 1011011 | 100010 | 11110 | 101000010 | 1010011 | 100110 |
Color Harmonies of #B31177
Complementary color
Monochromatic Colors of #B31177
Black with #B31177
Text Example
Text Example
White with #B31177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31177; }
p { color: rgb(179,17,119); }
H1.HeaderClassName
{
color: #B31177;
}
.AnyTagClassName
{
color: #B31177;
}
</style>
background-color css
<style>
a { background-color: #B31177; }
a { background-color: rgb(179,17,119); }
div.DivClassName
{
background-color: #B31177;
}
.BgClassName
{
background-color: #B31177;
}
</style>
border-color css
<style>
span { border-color: #B31177; }
span { border-color: rgb(179,17,119); }
td.TdClassName
{
border-color: #B31177;
}
.TagClassName
{
border-color: #B31177;
}
</style>