Shades of Medium Violet Red #B51080
Tints of Medium Violet Red #B51080
RGB
CMYK
RGB Variations
Color information
#B51080 (or 0xB51080) is known color: Medium Violet Red. HEX triplet: B5, 10 and 80. RGB value is (181,16,128). Sum of RGB (Red+Green+Blue) = 181+16+128=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B51080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51080 is #4AEF7F. Grayscale: #4D4D4D. Windows color (decimal): -4910976 or 8392885. OLE color: 8392885.
HSL color Cylindrical-coordinate representation of color #B51080: hue angle of 319.27º 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 #B51080 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 16 | 128 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.29 |
| HSL | 319.27º | 0.84% | 0.39% | - |
| HSV(B) | 319.27º | 0.91% | 0.71% | - |
| XYZ | 23.14 | 11.75 | 21.47 | - |
| YUV | 78.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 16 | 128 | 0 | 0.91 | 0.29 | 0.29 | 319.27 | 0.84 | 0.39 |
| Hex | B5 | 10 | 80 | 0 | 5B | 1D | 1D | 13F | 54 | 27 |
| Octal | 265 | 20 | 200 | 0 | 133 | 35 | 35 | 477 | 124 | 47 |
| Binary | 10110101 | 10000 | 10000000 | 0 | 1011011 | 11101 | 11101 | 100111111 | 1010100 | 100111 |
Color Harmonies of #B51080
Complementary color
Monochromatic Colors of #B51080
Black with #B51080
Text Example
Text Example
White with #B51080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51080; }
p { color: rgb(181,16,128); }
H1.HeaderClassName
{
color: #B51080;
}
.AnyTagClassName
{
color: #B51080;
}
</style>
background-color css
<style>
a { background-color: #B51080; }
a { background-color: rgb(181,16,128); }
div.DivClassName
{
background-color: #B51080;
}
.BgClassName
{
background-color: #B51080;
}
</style>
border-color css
<style>
span { border-color: #B51080; }
span { border-color: rgb(181,16,128); }
td.TdClassName
{
border-color: #B51080;
}
.TagClassName
{
border-color: #B51080;
}
</style>