Shades of Medium Violet Red #B31C7F
Tints of Medium Violet Red #B31C7F
RGB
CMYK
RGB Variations
Color information
#B31C7F (or 0xB31C7F) is known color: Medium Violet Red. HEX triplet: B3, 1C and 7F. RGB value is (179,28,127). Sum of RGB (Red+Green+Blue) = 179+28+127=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C7F is #4CE380. Grayscale: #545454. Windows color (decimal): -5038977 or 8330419. OLE color: 8330419.
HSL color Cylindrical-coordinate representation of color #B31C7F: hue angle of 320.66º degrees, saturation: 0.73, 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 #B31C7F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 127 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.30 |
| HSL | 320.66º | 0.73% | 0.41% | - |
| HSV(B) | 320.66º | 0.84% | 0.7% | - |
| XYZ | 22.84 | 11.95 | 21.18 | - |
| YUV | 84.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 127 | 0 | 0.84 | 0.29 | 0.30 | 320.66 | 0.73 | 0.41 |
| Hex | B3 | 1C | 7F | 0 | 54 | 1D | 1E | 141 | 49 | 29 |
| Octal | 263 | 34 | 177 | 0 | 124 | 35 | 36 | 501 | 111 | 51 |
| Binary | 10110011 | 11100 | 1111111 | 0 | 1010100 | 11101 | 11110 | 101000001 | 1001001 | 101001 |
Color Harmonies of #B31C7F
Complementary color
Monochromatic Colors of #B31C7F
Black with #B31C7F
Text Example
Text Example
White with #B31C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C7F; }
p { color: rgb(179,28,127); }
H1.HeaderClassName
{
color: #B31C7F;
}
.AnyTagClassName
{
color: #B31C7F;
}
</style>
background-color css
<style>
a { background-color: #B31C7F; }
a { background-color: rgb(179,28,127); }
div.DivClassName
{
background-color: #B31C7F;
}
.BgClassName
{
background-color: #B31C7F;
}
</style>
border-color css
<style>
span { border-color: #B31C7F; }
span { border-color: rgb(179,28,127); }
td.TdClassName
{
border-color: #B31C7F;
}
.TagClassName
{
border-color: #B31C7F;
}
</style>