Shades of Medium Violet Red #B50A8B
Tints of Medium Violet Red #B50A8B
RGB
CMYK
RGB Variations
Color information
#B50A8B (or 0xB50A8B) is known color: Medium Violet Red. HEX triplet: B5, 0A and 8B. RGB value is (181,10,139). Sum of RGB (Red+Green+Blue) = 181+10+139=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50A8B is #4AF574. Grayscale: #4B4B4B. Windows color (decimal): -4912501 or 9112245. OLE color: 9112245.
HSL color Cylindrical-coordinate representation of color #B50A8B: hue angle of 314.74º 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 #B50A8B is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 139 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.29 |
| HSL | 314.74º | 0.9% | 0.37% | - |
| HSV(B) | 314.74º | 0.94% | 0.71% | - |
| XYZ | 23.82 | 11.9 | 25.47 | - |
| YUV | 75.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 139 | 0 | 0.94 | 0.23 | 0.29 | 314.74 | 0.9 | 0.37 |
| Hex | B5 | A | 8B | 0 | 5E | 17 | 1D | 13B | 5A | 25 |
| Octal | 265 | 12 | 213 | 0 | 136 | 27 | 35 | 473 | 132 | 45 |
| Binary | 10110101 | 1010 | 10001011 | 0 | 1011110 | 10111 | 11101 | 100111011 | 1011010 | 100101 |
Color Harmonies of #B50A8B
Complementary color
Monochromatic Colors of #B50A8B
Black with #B50A8B
Text Example
Text Example
White with #B50A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A8B; }
p { color: rgb(181,10,139); }
H1.HeaderClassName
{
color: #B50A8B;
}
.AnyTagClassName
{
color: #B50A8B;
}
</style>
background-color css
<style>
a { background-color: #B50A8B; }
a { background-color: rgb(181,10,139); }
div.DivClassName
{
background-color: #B50A8B;
}
.BgClassName
{
background-color: #B50A8B;
}
</style>
border-color css
<style>
span { border-color: #B50A8B; }
span { border-color: rgb(181,10,139); }
td.TdClassName
{
border-color: #B50A8B;
}
.TagClassName
{
border-color: #B50A8B;
}
</style>