Shades of Medium Violet Red #B31D76
Tints of Medium Violet Red #B31D76
RGB
CMYK
RGB Variations
Color information
#B31D76 (or 0xB31D76) is known color: Medium Violet Red. HEX triplet: B3, 1D and 76. RGB value is (179,29,118). Sum of RGB (Red+Green+Blue) = 179+29+118=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D76 is #4CE289. Grayscale: #535353. Windows color (decimal): -5038730 or 7740851. OLE color: 7740851.
HSL color Cylindrical-coordinate representation of color #B31D76: hue angle of 324.4º 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 #B31D76 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 118 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.30 |
| HSL | 324.4º | 0.72% | 0.41% | - |
| HSV(B) | 324.4º | 0.84% | 0.7% | - |
| XYZ | 22.3 | 11.77 | 18.24 | - |
| YUV | 84 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 118 | 0 | 0.84 | 0.34 | 0.30 | 324.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | 76 | 0 | 54 | 22 | 1E | 144 | 48 | 29 |
| Octal | 263 | 35 | 166 | 0 | 124 | 42 | 36 | 504 | 110 | 51 |
| Binary | 10110011 | 11101 | 1110110 | 0 | 1010100 | 100010 | 11110 | 101000100 | 1001000 | 101001 |
Color Harmonies of #B31D76
Complementary color
Monochromatic Colors of #B31D76
Black with #B31D76
Text Example
Text Example
White with #B31D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D76; }
p { color: rgb(179,29,118); }
H1.HeaderClassName
{
color: #B31D76;
}
.AnyTagClassName
{
color: #B31D76;
}
</style>
background-color css
<style>
a { background-color: #B31D76; }
a { background-color: rgb(179,29,118); }
div.DivClassName
{
background-color: #B31D76;
}
.BgClassName
{
background-color: #B31D76;
}
</style>
border-color css
<style>
span { border-color: #B31D76; }
span { border-color: rgb(179,29,118); }
td.TdClassName
{
border-color: #B31D76;
}
.TagClassName
{
border-color: #B31D76;
}
</style>