Shades of Medium Violet Red #B31178
Tints of Medium Violet Red #B31178
RGB
CMYK
RGB Variations
Color information
#B31178 (or 0xB31178) is known color: Medium Violet Red. HEX triplet: B3, 11 and 78. RGB value is (179,17,120). Sum of RGB (Red+Green+Blue) = 179+17+120=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31178 is #4CEE87. Grayscale: #4C4C4C. Windows color (decimal): -5041800 or 7868851. OLE color: 7868851.
HSL color Cylindrical-coordinate representation of color #B31178: hue angle of 321.85º 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 #B31178 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 120 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.30 |
| HSL | 321.85º | 0.83% | 0.38% | - |
| HSV(B) | 321.85º | 0.91% | 0.7% | - |
| XYZ | 22.18 | 11.34 | 18.79 | - |
| YUV | 77.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 120 | 0 | 0.91 | 0.33 | 0.30 | 321.85 | 0.83 | 0.38 |
| Hex | B3 | 11 | 78 | 0 | 5B | 21 | 1E | 142 | 53 | 26 |
| Octal | 263 | 21 | 170 | 0 | 133 | 41 | 36 | 502 | 123 | 46 |
| Binary | 10110011 | 10001 | 1111000 | 0 | 1011011 | 100001 | 11110 | 101000010 | 1010011 | 100110 |
Color Harmonies of #B31178
Complementary color
Monochromatic Colors of #B31178
Black with #B31178
Text Example
Text Example
White with #B31178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31178; }
p { color: rgb(179,17,120); }
H1.HeaderClassName
{
color: #B31178;
}
.AnyTagClassName
{
color: #B31178;
}
</style>
background-color css
<style>
a { background-color: #B31178; }
a { background-color: rgb(179,17,120); }
div.DivClassName
{
background-color: #B31178;
}
.BgClassName
{
background-color: #B31178;
}
</style>
border-color css
<style>
span { border-color: #B31178; }
span { border-color: rgb(179,17,120); }
td.TdClassName
{
border-color: #B31178;
}
.TagClassName
{
border-color: #B31178;
}
</style>