Shades of Medium Violet Red #B31180
Tints of Medium Violet Red #B31180
RGB
CMYK
RGB Variations
Color information
#B31180 (or 0xB31180) is known color: Medium Violet Red. HEX triplet: B3, 11 and 80. RGB value is (179,17,128). Sum of RGB (Red+Green+Blue) = 179+17+128=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B31180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31180 is #4CEE7F. Grayscale: #4D4D4D. Windows color (decimal): -5041792 or 8393139. OLE color: 8393139.
HSL color Cylindrical-coordinate representation of color #B31180: hue angle of 318.89º 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 #B31180 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 128 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.30 |
| HSL | 318.89º | 0.83% | 0.38% | - |
| HSV(B) | 318.89º | 0.91% | 0.7% | - |
| XYZ | 22.69 | 11.54 | 21.45 | - |
| YUV | 78.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 128 | 0 | 0.91 | 0.28 | 0.30 | 318.89 | 0.83 | 0.38 |
| Hex | B3 | 11 | 80 | 0 | 5B | 1C | 1E | 13F | 53 | 26 |
| Octal | 263 | 21 | 200 | 0 | 133 | 34 | 36 | 477 | 123 | 46 |
| Binary | 10110011 | 10001 | 10000000 | 0 | 1011011 | 11100 | 11110 | 100111111 | 1010011 | 100110 |
Color Harmonies of #B31180
Complementary color
Monochromatic Colors of #B31180
Black with #B31180
Text Example
Text Example
White with #B31180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31180; }
p { color: rgb(179,17,128); }
H1.HeaderClassName
{
color: #B31180;
}
.AnyTagClassName
{
color: #B31180;
}
</style>
background-color css
<style>
a { background-color: #B31180; }
a { background-color: rgb(179,17,128); }
div.DivClassName
{
background-color: #B31180;
}
.BgClassName
{
background-color: #B31180;
}
</style>
border-color css
<style>
span { border-color: #B31180; }
span { border-color: rgb(179,17,128); }
td.TdClassName
{
border-color: #B31180;
}
.TagClassName
{
border-color: #B31180;
}
</style>