Shades of Medium Violet Red #B31D7C
Tints of Medium Violet Red #B31D7C
RGB
CMYK
RGB Variations
Color information
#B31D7C (or 0xB31D7C) is known color: Medium Violet Red. HEX triplet: B3, 1D and 7C. RGB value is (179,29,124). Sum of RGB (Red+Green+Blue) = 179+29+124=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D7C is #4CE283. Grayscale: #545454. Windows color (decimal): -5038724 or 8134067. OLE color: 8134067.
HSL color Cylindrical-coordinate representation of color #B31D7C: hue angle of 322º 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 #B31D7C is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 124 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.30 |
| HSL | 322º | 0.72% | 0.41% | - |
| HSV(B) | 322º | 0.84% | 0.7% | - |
| XYZ | 22.67 | 11.92 | 20.17 | - |
| YUV | 84.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 124 | 0 | 0.84 | 0.31 | 0.30 | 322 | 0.72 | 0.41 |
| Hex | B3 | 1D | 7C | 0 | 54 | 1F | 1E | 142 | 48 | 29 |
| Octal | 263 | 35 | 174 | 0 | 124 | 37 | 36 | 502 | 110 | 51 |
| Binary | 10110011 | 11101 | 1111100 | 0 | 1010100 | 11111 | 11110 | 101000010 | 1001000 | 101001 |
Color Harmonies of #B31D7C
Complementary color
Monochromatic Colors of #B31D7C
Black with #B31D7C
Text Example
Text Example
White with #B31D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D7C; }
p { color: rgb(179,29,124); }
H1.HeaderClassName
{
color: #B31D7C;
}
.AnyTagClassName
{
color: #B31D7C;
}
</style>
background-color css
<style>
a { background-color: #B31D7C; }
a { background-color: rgb(179,29,124); }
div.DivClassName
{
background-color: #B31D7C;
}
.BgClassName
{
background-color: #B31D7C;
}
</style>
border-color css
<style>
span { border-color: #B31D7C; }
span { border-color: rgb(179,29,124); }
td.TdClassName
{
border-color: #B31D7C;
}
.TagClassName
{
border-color: #B31D7C;
}
</style>