Shades of Medium Violet Red #B50A8E
Tints of Medium Violet Red #B50A8E
RGB
CMYK
RGB Variations
Color information
#B50A8E (or 0xB50A8E) is known color: Medium Violet Red. HEX triplet: B5, 0A and 8E. RGB value is (181,10,142). Sum of RGB (Red+Green+Blue) = 181+10+142=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50A8E is #4AF571. Grayscale: #4B4B4B. Windows color (decimal): -4912498 or 9308853. OLE color: 9308853.
HSL color Cylindrical-coordinate representation of color #B50A8E: hue angle of 313.68º 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 #B50A8E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 142 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.29 |
| HSL | 313.68º | 0.9% | 0.37% | - |
| HSV(B) | 313.68º | 0.94% | 0.71% | - |
| XYZ | 24.05 | 11.99 | 26.64 | - |
| YUV | 76.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 142 | 0 | 0.94 | 0.22 | 0.29 | 313.68 | 0.9 | 0.37 |
| Hex | B5 | A | 8E | 0 | 5E | 16 | 1D | 13A | 5A | 25 |
| Octal | 265 | 12 | 216 | 0 | 136 | 26 | 35 | 472 | 132 | 45 |
| Binary | 10110101 | 1010 | 10001110 | 0 | 1011110 | 10110 | 11101 | 100111010 | 1011010 | 100101 |
Color Harmonies of #B50A8E
Complementary color
Monochromatic Colors of #B50A8E
Black with #B50A8E
Text Example
Text Example
White with #B50A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A8E; }
p { color: rgb(181,10,142); }
H1.HeaderClassName
{
color: #B50A8E;
}
.AnyTagClassName
{
color: #B50A8E;
}
</style>
background-color css
<style>
a { background-color: #B50A8E; }
a { background-color: rgb(181,10,142); }
div.DivClassName
{
background-color: #B50A8E;
}
.BgClassName
{
background-color: #B50A8E;
}
</style>
border-color css
<style>
span { border-color: #B50A8E; }
span { border-color: rgb(181,10,142); }
td.TdClassName
{
border-color: #B50A8E;
}
.TagClassName
{
border-color: #B50A8E;
}
</style>