Shades of Medium Violet Red #B51082
Tints of Medium Violet Red #B51082
RGB
CMYK
RGB Variations
Color information
#B51082 (or 0xB51082) is known color: Medium Violet Red. HEX triplet: B5, 10 and 82. RGB value is (181,16,130). Sum of RGB (Red+Green+Blue) = 181+16+130=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B51082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51082 is #4AEF7D. Grayscale: #4E4E4E. Windows color (decimal): -4910974 or 8523957. OLE color: 8523957.
HSL color Cylindrical-coordinate representation of color #B51082: hue angle of 318.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51082 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.29 |
| HSL | 318.55º | 0.84% | 0.39% | - |
| HSV(B) | 318.55º | 0.91% | 0.71% | - |
| XYZ | 23.27 | 11.81 | 22.17 | - |
| YUV | 78.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 130 | 0 | 0.91 | 0.28 | 0.29 | 318.55 | 0.84 | 0.39 |
| Hex | B5 | 10 | 82 | 0 | 5B | 1C | 1D | 13F | 54 | 27 |
| Octal | 265 | 20 | 202 | 0 | 133 | 34 | 35 | 477 | 124 | 47 |
| Binary | 10110101 | 10000 | 10000010 | 0 | 1011011 | 11100 | 11101 | 100111111 | 1010100 | 100111 |
Color Harmonies of #B51082
Complementary color
Monochromatic Colors of #B51082
Black with #B51082
Text Example
Text Example
White with #B51082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51082; }
p { color: rgb(181,16,130); }
H1.HeaderClassName
{
color: #B51082;
}
.AnyTagClassName
{
color: #B51082;
}
</style>
background-color css
<style>
a { background-color: #B51082; }
a { background-color: rgb(181,16,130); }
div.DivClassName
{
background-color: #B51082;
}
.BgClassName
{
background-color: #B51082;
}
</style>
border-color css
<style>
span { border-color: #B51082; }
span { border-color: rgb(181,16,130); }
td.TdClassName
{
border-color: #B51082;
}
.TagClassName
{
border-color: #B51082;
}
</style>