Shades of Medium Violet Red #B50A83
Tints of Medium Violet Red #B50A83
RGB
CMYK
RGB Variations
Color information
#B50A83 (or 0xB50A83) is known color: Medium Violet Red. HEX triplet: B5, 0A and 83. RGB value is (181,10,131). Sum of RGB (Red+Green+Blue) = 181+10+131=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50A83 is #4AF57C. Grayscale: #4A4A4A. Windows color (decimal): -4912509 or 8587957. OLE color: 8587957.
HSL color Cylindrical-coordinate representation of color #B50A83: hue angle of 317.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A83 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 131 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.29 |
| HSL | 317.54º | 0.9% | 0.37% | - |
| HSV(B) | 317.54º | 0.94% | 0.71% | - |
| XYZ | 23.26 | 11.68 | 22.5 | - |
| YUV | 74.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 131 | 0 | 0.94 | 0.28 | 0.29 | 317.54 | 0.9 | 0.37 |
| Hex | B5 | A | 83 | 0 | 5E | 1C | 1D | 13E | 5A | 25 |
| Octal | 265 | 12 | 203 | 0 | 136 | 34 | 35 | 476 | 132 | 45 |
| Binary | 10110101 | 1010 | 10000011 | 0 | 1011110 | 11100 | 11101 | 100111110 | 1011010 | 100101 |
Color Harmonies of #B50A83
Complementary color
Monochromatic Colors of #B50A83
Black with #B50A83
Text Example
Text Example
White with #B50A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A83; }
p { color: rgb(181,10,131); }
H1.HeaderClassName
{
color: #B50A83;
}
.AnyTagClassName
{
color: #B50A83;
}
</style>
background-color css
<style>
a { background-color: #B50A83; }
a { background-color: rgb(181,10,131); }
div.DivClassName
{
background-color: #B50A83;
}
.BgClassName
{
background-color: #B50A83;
}
</style>
border-color css
<style>
span { border-color: #B50A83; }
span { border-color: rgb(181,10,131); }
td.TdClassName
{
border-color: #B50A83;
}
.TagClassName
{
border-color: #B50A83;
}
</style>