Shades of Medium Violet Red #B50280
Tints of Medium Violet Red #B50280
RGB
CMYK
RGB Variations
Color information
#B50280 (or 0xB50280) is known color: Medium Violet Red. HEX triplet: B5, 02 and 80. RGB value is (181,2,128). Sum of RGB (Red+Green+Blue) = 181+2+128=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B50280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50280 is #4AFD7F. Grayscale: #454545. Windows color (decimal): -4914560 or 8389301. OLE color: 8389301.
HSL color Cylindrical-coordinate representation of color #B50280: hue angle of 317.77º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50280 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.29 |
| HSL | 317.77º | 0.98% | 0.36% | - |
| HSV(B) | 317.77º | 0.99% | 0.71% | - |
| XYZ | 22.97 | 11.43 | 21.42 | - |
| YUV | 69.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 128 | 0 | 0.99 | 0.29 | 0.29 | 317.77 | 0.98 | 0.36 |
| Hex | B5 | 2 | 80 | 0 | 63 | 1D | 1D | 13E | 62 | 24 |
| Octal | 265 | 2 | 200 | 0 | 143 | 35 | 35 | 476 | 142 | 44 |
| Binary | 10110101 | 10 | 10000000 | 0 | 1100011 | 11101 | 11101 | 100111110 | 1100010 | 100100 |
Color Harmonies of #B50280
Complementary color
Monochromatic Colors of #B50280
Black with #B50280
Text Example
Text Example
White with #B50280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50280; }
p { color: rgb(181,2,128); }
H1.HeaderClassName
{
color: #B50280;
}
.AnyTagClassName
{
color: #B50280;
}
</style>
background-color css
<style>
a { background-color: #B50280; }
a { background-color: rgb(181,2,128); }
div.DivClassName
{
background-color: #B50280;
}
.BgClassName
{
background-color: #B50280;
}
</style>
border-color css
<style>
span { border-color: #B50280; }
span { border-color: rgb(181,2,128); }
td.TdClassName
{
border-color: #B50280;
}
.TagClassName
{
border-color: #B50280;
}
</style>