Shades of Medium Violet Red #B50080
Tints of Medium Violet Red #B50080
RGB
CMYK
RGB Variations
Color information
#B50080 (or 0xB50080) is known color: Medium Violet Red. HEX triplet: B5, 00 and 80. RGB value is (181,0,128). Sum of RGB (Red+Green+Blue) = 181+0+128=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B50080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50080 is #4AFF7F. Grayscale: #444444. Windows color (decimal): -4915072 or 8388789. OLE color: 8388789.
HSL color Cylindrical-coordinate representation of color #B50080: hue angle of 317.57º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50080 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.29 | 0.29 |
| HSL | 317.57º | 1% | 0.35% | - |
| HSV(B) | 317.57º | 1% | 0.71% | - |
| XYZ | 22.95 | 11.38 | 21.41 | - |
| YUV | 68.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 128 | 0 | 1 | 0.29 | 0.29 | 317.57 | 1 | 0.35 |
| Hex | B5 | 0 | 80 | 0 | 64 | 1D | 1D | 13E | 64 | 23 |
| Octal | 265 | 0 | 200 | 0 | 144 | 35 | 35 | 476 | 144 | 43 |
| Binary | 10110101 | 0 | 10000000 | 0 | 1100100 | 11101 | 11101 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B50080
Complementary color
Monochromatic Colors of #B50080
Black with #B50080
Text Example
Text Example
White with #B50080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50080; }
p { color: rgb(181,0,128); }
H1.HeaderClassName
{
color: #B50080;
}
.AnyTagClassName
{
color: #B50080;
}
</style>
background-color css
<style>
a { background-color: #B50080; }
a { background-color: rgb(181,0,128); }
div.DivClassName
{
background-color: #B50080;
}
.BgClassName
{
background-color: #B50080;
}
</style>
border-color css
<style>
span { border-color: #B50080; }
span { border-color: rgb(181,0,128); }
td.TdClassName
{
border-color: #B50080;
}
.TagClassName
{
border-color: #B50080;
}
</style>