Shades of Medium Violet Red #B31075
Tints of Medium Violet Red #B31075
RGB
CMYK
RGB Variations
Color information
#B31075 (or 0xB31075) is known color: Medium Violet Red. HEX triplet: B3, 10 and 75. RGB value is (179,16,117). Sum of RGB (Red+Green+Blue) = 179+16+117=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B31075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31075 is #4CEF8A. Grayscale: #4C4C4C. Windows color (decimal): -5042059 or 7671987. OLE color: 7671987.
HSL color Cylindrical-coordinate representation of color #B31075: hue angle of 322.82º degrees, saturation: 0.84, 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 #B31075 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 117 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.30 |
| HSL | 322.82º | 0.84% | 0.38% | - |
| HSV(B) | 322.82º | 0.91% | 0.7% | - |
| XYZ | 21.99 | 11.24 | 17.84 | - |
| YUV | 76.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 117 | 0 | 0.91 | 0.35 | 0.30 | 322.82 | 0.84 | 0.38 |
| Hex | B3 | 10 | 75 | 0 | 5B | 23 | 1E | 143 | 54 | 26 |
| Octal | 263 | 20 | 165 | 0 | 133 | 43 | 36 | 503 | 124 | 46 |
| Binary | 10110011 | 10000 | 1110101 | 0 | 1011011 | 100011 | 11110 | 101000011 | 1010100 | 100110 |
Color Harmonies of #B31075
Complementary color
Monochromatic Colors of #B31075
Black with #B31075
Text Example
Text Example
White with #B31075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31075; }
p { color: rgb(179,16,117); }
H1.HeaderClassName
{
color: #B31075;
}
.AnyTagClassName
{
color: #B31075;
}
</style>
background-color css
<style>
a { background-color: #B31075; }
a { background-color: rgb(179,16,117); }
div.DivClassName
{
background-color: #B31075;
}
.BgClassName
{
background-color: #B31075;
}
</style>
border-color css
<style>
span { border-color: #B31075; }
span { border-color: rgb(179,16,117); }
td.TdClassName
{
border-color: #B31075;
}
.TagClassName
{
border-color: #B31075;
}
</style>