Shades of Medium Violet Red #B31780
Tints of Medium Violet Red #B31780
RGB
CMYK
RGB Variations
Color information
#B31780 (or 0xB31780) is known color: Medium Violet Red. HEX triplet: B3, 17 and 80. RGB value is (179,23,128). Sum of RGB (Red+Green+Blue) = 179+23+128=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B31780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31780 is #4CE87F. Grayscale: #515151. Windows color (decimal): -5040256 or 8394675. OLE color: 8394675.
HSL color Cylindrical-coordinate representation of color #B31780: hue angle of 319.62º 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 #B31780 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 128 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.30 |
| HSL | 319.62º | 0.77% | 0.4% | - |
| HSV(B) | 319.62º | 0.87% | 0.7% | - |
| XYZ | 22.79 | 11.76 | 21.49 | - |
| YUV | 81.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 128 | 0 | 0.87 | 0.28 | 0.30 | 319.62 | 0.77 | 0.4 |
| Hex | B3 | 17 | 80 | 0 | 57 | 1C | 1E | 140 | 4D | 28 |
| Octal | 263 | 27 | 200 | 0 | 127 | 34 | 36 | 500 | 115 | 50 |
| Binary | 10110011 | 10111 | 10000000 | 0 | 1010111 | 11100 | 11110 | 101000000 | 1001101 | 101000 |
Color Harmonies of #B31780
Complementary color
Monochromatic Colors of #B31780
Black with #B31780
Text Example
Text Example
White with #B31780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31780; }
p { color: rgb(179,23,128); }
H1.HeaderClassName
{
color: #B31780;
}
.AnyTagClassName
{
color: #B31780;
}
</style>
background-color css
<style>
a { background-color: #B31780; }
a { background-color: rgb(179,23,128); }
div.DivClassName
{
background-color: #B31780;
}
.BgClassName
{
background-color: #B31780;
}
</style>
border-color css
<style>
span { border-color: #B31780; }
span { border-color: rgb(179,23,128); }
td.TdClassName
{
border-color: #B31780;
}
.TagClassName
{
border-color: #B31780;
}
</style>