Shades of Medium Violet Red #B31785
Tints of Medium Violet Red #B31785
RGB
CMYK
RGB Variations
Color information
#B31785 (or 0xB31785) is known color: Medium Violet Red. HEX triplet: B3, 17 and 85. RGB value is (179,23,133). Sum of RGB (Red+Green+Blue) = 179+23+133=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31785 is #4CE87A. Grayscale: #515151. Windows color (decimal): -5040251 or 8722355. OLE color: 8722355.
HSL color Cylindrical-coordinate representation of color #B31785: hue angle of 317.69º 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 #B31785 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 133 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.30 |
| HSL | 317.69º | 0.77% | 0.4% | - |
| HSV(B) | 317.69º | 0.87% | 0.7% | - |
| XYZ | 23.13 | 11.89 | 23.27 | - |
| YUV | 82.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 133 | 0 | 0.87 | 0.26 | 0.30 | 317.69 | 0.77 | 0.4 |
| Hex | B3 | 17 | 85 | 0 | 57 | 1A | 1E | 13E | 4D | 28 |
| Octal | 263 | 27 | 205 | 0 | 127 | 32 | 36 | 476 | 115 | 50 |
| Binary | 10110011 | 10111 | 10000101 | 0 | 1010111 | 11010 | 11110 | 100111110 | 1001101 | 101000 |
Color Harmonies of #B31785
Complementary color
Monochromatic Colors of #B31785
Black with #B31785
Text Example
Text Example
White with #B31785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31785; }
p { color: rgb(179,23,133); }
H1.HeaderClassName
{
color: #B31785;
}
.AnyTagClassName
{
color: #B31785;
}
</style>
background-color css
<style>
a { background-color: #B31785; }
a { background-color: rgb(179,23,133); }
div.DivClassName
{
background-color: #B31785;
}
.BgClassName
{
background-color: #B31785;
}
</style>
border-color css
<style>
span { border-color: #B31785; }
span { border-color: rgb(179,23,133); }
td.TdClassName
{
border-color: #B31785;
}
.TagClassName
{
border-color: #B31785;
}
</style>