Shades of Medium Violet Red #B31D82
Tints of Medium Violet Red #B31D82
RGB
CMYK
RGB Variations
Color information
#B31D82 (or 0xB31D82) is known color: Medium Violet Red. HEX triplet: B3, 1D and 82. RGB value is (179,29,130). Sum of RGB (Red+Green+Blue) = 179+29+130=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D82 is #4CE27D. Grayscale: #555555. Windows color (decimal): -5038718 or 8527283. OLE color: 8527283.
HSL color Cylindrical-coordinate representation of color #B31D82: hue angle of 319.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 #B31D82 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 130 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.30 |
| HSL | 319.6º | 0.72% | 0.41% | - |
| HSV(B) | 319.6º | 0.84% | 0.7% | - |
| XYZ | 23.06 | 12.07 | 22.23 | - |
| YUV | 85.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 130 | 0 | 0.84 | 0.27 | 0.30 | 319.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 82 | 0 | 54 | 1B | 1E | 140 | 48 | 29 |
| Octal | 263 | 35 | 202 | 0 | 124 | 33 | 36 | 500 | 110 | 51 |
| Binary | 10110011 | 11101 | 10000010 | 0 | 1010100 | 11011 | 11110 | 101000000 | 1001000 | 101001 |
Color Harmonies of #B31D82
Complementary color
Monochromatic Colors of #B31D82
Black with #B31D82
Text Example
Text Example
White with #B31D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D82; }
p { color: rgb(179,29,130); }
H1.HeaderClassName
{
color: #B31D82;
}
.AnyTagClassName
{
color: #B31D82;
}
</style>
background-color css
<style>
a { background-color: #B31D82; }
a { background-color: rgb(179,29,130); }
div.DivClassName
{
background-color: #B31D82;
}
.BgClassName
{
background-color: #B31D82;
}
</style>
border-color css
<style>
span { border-color: #B31D82; }
span { border-color: rgb(179,29,130); }
td.TdClassName
{
border-color: #B31D82;
}
.TagClassName
{
border-color: #B31D82;
}
</style>