Shades of Medium Violet Red #B31482
Tints of Medium Violet Red #B31482
RGB
CMYK
RGB Variations
Color information
#B31482 (or 0xB31482) is known color: Medium Violet Red. HEX triplet: B3, 14 and 82. RGB value is (179,20,130). Sum of RGB (Red+Green+Blue) = 179+20+130=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31482 is #4CEB7D. Grayscale: #4F4F4F. Windows color (decimal): -5041022 or 8524979. OLE color: 8524979.
HSL color Cylindrical-coordinate representation of color #B31482: hue angle of 318.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31482 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 130 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.30 |
| HSL | 318.49º | 0.8% | 0.39% | - |
| HSV(B) | 318.49º | 0.89% | 0.7% | - |
| XYZ | 22.87 | 11.7 | 22.17 | - |
| YUV | 80.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 130 | 0 | 0.89 | 0.27 | 0.30 | 318.49 | 0.8 | 0.39 |
| Hex | B3 | 14 | 82 | 0 | 59 | 1B | 1E | 13E | 50 | 27 |
| Octal | 263 | 24 | 202 | 0 | 131 | 33 | 36 | 476 | 120 | 47 |
| Binary | 10110011 | 10100 | 10000010 | 0 | 1011001 | 11011 | 11110 | 100111110 | 1010000 | 100111 |
Color Harmonies of #B31482
Complementary color
Monochromatic Colors of #B31482
Black with #B31482
Text Example
Text Example
White with #B31482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31482; }
p { color: rgb(179,20,130); }
H1.HeaderClassName
{
color: #B31482;
}
.AnyTagClassName
{
color: #B31482;
}
</style>
background-color css
<style>
a { background-color: #B31482; }
a { background-color: rgb(179,20,130); }
div.DivClassName
{
background-color: #B31482;
}
.BgClassName
{
background-color: #B31482;
}
</style>
border-color css
<style>
span { border-color: #B31482; }
span { border-color: rgb(179,20,130); }
td.TdClassName
{
border-color: #B31482;
}
.TagClassName
{
border-color: #B31482;
}
</style>