Shades of Medium Violet Red #B31982
Tints of Medium Violet Red #B31982
RGB
CMYK
RGB Variations
Color information
#B31982 (or 0xB31982) is known color: Medium Violet Red. HEX triplet: B3, 19 and 82. RGB value is (179,25,130). Sum of RGB (Red+Green+Blue) = 179+25+130=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B31982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31982 is #4CE67D. Grayscale: #525252. Windows color (decimal): -5039742 or 8526259. OLE color: 8526259.
HSL color Cylindrical-coordinate representation of color #B31982: hue angle of 319.09º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31982 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 130 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.30 |
| HSL | 319.09º | 0.75% | 0.4% | - |
| HSV(B) | 319.09º | 0.86% | 0.7% | - |
| XYZ | 22.97 | 11.89 | 22.2 | - |
| YUV | 83.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 130 | 0 | 0.86 | 0.27 | 0.30 | 319.09 | 0.75 | 0.4 |
| Hex | B3 | 19 | 82 | 0 | 56 | 1B | 1E | 13F | 4B | 28 |
| Octal | 263 | 31 | 202 | 0 | 126 | 33 | 36 | 477 | 113 | 50 |
| Binary | 10110011 | 11001 | 10000010 | 0 | 1010110 | 11011 | 11110 | 100111111 | 1001011 | 101000 |
Color Harmonies of #B31982
Complementary color
Monochromatic Colors of #B31982
Black with #B31982
Text Example
Text Example
White with #B31982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31982; }
p { color: rgb(179,25,130); }
H1.HeaderClassName
{
color: #B31982;
}
.AnyTagClassName
{
color: #B31982;
}
</style>
background-color css
<style>
a { background-color: #B31982; }
a { background-color: rgb(179,25,130); }
div.DivClassName
{
background-color: #B31982;
}
.BgClassName
{
background-color: #B31982;
}
</style>
border-color css
<style>
span { border-color: #B31982; }
span { border-color: rgb(179,25,130); }
td.TdClassName
{
border-color: #B31982;
}
.TagClassName
{
border-color: #B31982;
}
</style>