Shades of Medium Violet Red #B31E72
Tints of Medium Violet Red #B31E72
RGB
CMYK
RGB Variations
Color information
#B31E72 (or 0xB31E72) is known color: Medium Violet Red. HEX triplet: B3, 1E and 72. RGB value is (179,30,114). Sum of RGB (Red+Green+Blue) = 179+30+114=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31E72 is #4CE18D. Grayscale: #535353. Windows color (decimal): -5038478 or 7478963. OLE color: 7478963.
HSL color Cylindrical-coordinate representation of color #B31E72: hue angle of 326.17º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E72 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 114 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.30 |
| HSL | 326.17º | 0.71% | 0.41% | - |
| HSV(B) | 326.17º | 0.83% | 0.7% | - |
| XYZ | 22.09 | 11.73 | 17.02 | - |
| YUV | 84.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 114 | 0 | 0.83 | 0.36 | 0.30 | 326.17 | 0.71 | 0.41 |
| Hex | B3 | 1E | 72 | 0 | 53 | 24 | 1E | 146 | 47 | 29 |
| Octal | 263 | 36 | 162 | 0 | 123 | 44 | 36 | 506 | 107 | 51 |
| Binary | 10110011 | 11110 | 1110010 | 0 | 1010011 | 100100 | 11110 | 101000110 | 1000111 | 101001 |
Color Harmonies of #B31E72
Complementary color
Monochromatic Colors of #B31E72
Black with #B31E72
Text Example
Text Example
White with #B31E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E72; }
p { color: rgb(179,30,114); }
H1.HeaderClassName
{
color: #B31E72;
}
.AnyTagClassName
{
color: #B31E72;
}
</style>
background-color css
<style>
a { background-color: #B31E72; }
a { background-color: rgb(179,30,114); }
div.DivClassName
{
background-color: #B31E72;
}
.BgClassName
{
background-color: #B31E72;
}
</style>
border-color css
<style>
span { border-color: #B31E72; }
span { border-color: rgb(179,30,114); }
td.TdClassName
{
border-color: #B31E72;
}
.TagClassName
{
border-color: #B31E72;
}
</style>