Shades of Medium Violet Red #B31D73
Tints of Medium Violet Red #B31D73
RGB
CMYK
RGB Variations
Color information
#B31D73 (or 0xB31D73) is known color: Medium Violet Red. HEX triplet: B3, 1D and 73. RGB value is (179,29,115). Sum of RGB (Red+Green+Blue) = 179+29+115=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D73 is #4CE28C. Grayscale: #535353. Windows color (decimal): -5038733 or 7544243. OLE color: 7544243.
HSL color Cylindrical-coordinate representation of color #B31D73: hue angle of 325.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31D73 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 115 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.30 |
| HSL | 325.6º | 0.72% | 0.41% | - |
| HSV(B) | 325.6º | 0.84% | 0.7% | - |
| XYZ | 22.12 | 11.7 | 17.31 | - |
| YUV | 83.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 115 | 0 | 0.84 | 0.36 | 0.30 | 325.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 73 | 0 | 54 | 24 | 1E | 146 | 48 | 29 |
| Octal | 263 | 35 | 163 | 0 | 124 | 44 | 36 | 506 | 110 | 51 |
| Binary | 10110011 | 11101 | 1110011 | 0 | 1010100 | 100100 | 11110 | 101000110 | 1001000 | 101001 |
Color Harmonies of #B31D73
Complementary color
Monochromatic Colors of #B31D73
Black with #B31D73
Text Example
Text Example
White with #B31D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D73; }
p { color: rgb(179,29,115); }
H1.HeaderClassName
{
color: #B31D73;
}
.AnyTagClassName
{
color: #B31D73;
}
</style>
background-color css
<style>
a { background-color: #B31D73; }
a { background-color: rgb(179,29,115); }
div.DivClassName
{
background-color: #B31D73;
}
.BgClassName
{
background-color: #B31D73;
}
</style>
border-color css
<style>
span { border-color: #B31D73; }
span { border-color: rgb(179,29,115); }
td.TdClassName
{
border-color: #B31D73;
}
.TagClassName
{
border-color: #B31D73;
}
</style>