Shades of Medium Violet Red #B51482
Tints of Medium Violet Red #B51482
RGB
CMYK
RGB Variations
Color information
#B51482 (or 0xB51482) is known color: Medium Violet Red. HEX triplet: B5, 14 and 82. RGB value is (181,20,130). Sum of RGB (Red+Green+Blue) = 181+20+130=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B51482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51482 is #4AEB7D. Grayscale: #505050. Windows color (decimal): -4909950 or 8524981. OLE color: 8524981.
HSL color Cylindrical-coordinate representation of color #B51482: hue angle of 319.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51482 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 130 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.29 |
| HSL | 319.01º | 0.8% | 0.39% | - |
| HSV(B) | 319.01º | 0.89% | 0.71% | - |
| XYZ | 23.34 | 11.94 | 22.19 | - |
| YUV | 80.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 130 | 0 | 0.89 | 0.28 | 0.29 | 319.01 | 0.8 | 0.39 |
| Hex | B5 | 14 | 82 | 0 | 59 | 1C | 1D | 13F | 50 | 27 |
| Octal | 265 | 24 | 202 | 0 | 131 | 34 | 35 | 477 | 120 | 47 |
| Binary | 10110101 | 10100 | 10000010 | 0 | 1011001 | 11100 | 11101 | 100111111 | 1010000 | 100111 |
Color Harmonies of #B51482
Complementary color
Monochromatic Colors of #B51482
Black with #B51482
Text Example
Text Example
White with #B51482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51482; }
p { color: rgb(181,20,130); }
H1.HeaderClassName
{
color: #B51482;
}
.AnyTagClassName
{
color: #B51482;
}
</style>
background-color css
<style>
a { background-color: #B51482; }
a { background-color: rgb(181,20,130); }
div.DivClassName
{
background-color: #B51482;
}
.BgClassName
{
background-color: #B51482;
}
</style>
border-color css
<style>
span { border-color: #B51482; }
span { border-color: rgb(181,20,130); }
td.TdClassName
{
border-color: #B51482;
}
.TagClassName
{
border-color: #B51482;
}
</style>