Shades of Medium Violet Red #B51380
Tints of Medium Violet Red #B51380
RGB
CMYK
RGB Variations
Color information
#B51380 (or 0xB51380) is known color: Medium Violet Red. HEX triplet: B5, 13 and 80. RGB value is (181,19,128). Sum of RGB (Red+Green+Blue) = 181+19+128=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B51380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51380 is #4AEC7F. Grayscale: #4F4F4F. Windows color (decimal): -4910208 or 8393653. OLE color: 8393653.
HSL color Cylindrical-coordinate representation of color #B51380: hue angle of 319.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51380 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 128 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.29 |
| HSL | 319.63º | 0.81% | 0.39% | - |
| HSV(B) | 319.63º | 0.9% | 0.71% | - |
| XYZ | 23.19 | 11.85 | 21.49 | - |
| YUV | 79.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 128 | 0 | 0.90 | 0.29 | 0.29 | 319.63 | 0.81 | 0.39 |
| Hex | B5 | 13 | 80 | 0 | 5A | 1D | 1D | 140 | 51 | 27 |
| Octal | 265 | 23 | 200 | 0 | 132 | 35 | 35 | 500 | 121 | 47 |
| Binary | 10110101 | 10011 | 10000000 | 0 | 1011010 | 11101 | 11101 | 101000000 | 1010001 | 100111 |
Color Harmonies of #B51380
Complementary color
Monochromatic Colors of #B51380
Black with #B51380
Text Example
Text Example
White with #B51380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51380; }
p { color: rgb(181,19,128); }
H1.HeaderClassName
{
color: #B51380;
}
.AnyTagClassName
{
color: #B51380;
}
</style>
background-color css
<style>
a { background-color: #B51380; }
a { background-color: rgb(181,19,128); }
div.DivClassName
{
background-color: #B51380;
}
.BgClassName
{
background-color: #B51380;
}
</style>
border-color css
<style>
span { border-color: #B51380; }
span { border-color: rgb(181,19,128); }
td.TdClassName
{
border-color: #B51380;
}
.TagClassName
{
border-color: #B51380;
}
</style>