Shades of Medium Violet Red #B50E8C
Tints of Medium Violet Red #B50E8C
RGB
CMYK
RGB Variations
Color information
#B50E8C (or 0xB50E8C) is known color: Medium Violet Red. HEX triplet: B5, 0E and 8C. RGB value is (181,14,140). Sum of RGB (Red+Green+Blue) = 181+14+140=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E8C is #4AF173. Grayscale: #4D4D4D. Windows color (decimal): -4911476 or 9178805. OLE color: 9178805.
HSL color Cylindrical-coordinate representation of color #B50E8C: hue angle of 314.73º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50E8C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 140 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.29 |
| HSL | 314.73º | 0.86% | 0.38% | - |
| HSV(B) | 314.73º | 0.92% | 0.71% | - |
| XYZ | 23.95 | 12.03 | 25.87 | - |
| YUV | 78.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 140 | 0 | 0.92 | 0.23 | 0.29 | 314.73 | 0.86 | 0.38 |
| Hex | B5 | E | 8C | 0 | 5C | 17 | 1D | 13B | 56 | 26 |
| Octal | 265 | 16 | 214 | 0 | 134 | 27 | 35 | 473 | 126 | 46 |
| Binary | 10110101 | 1110 | 10001100 | 0 | 1011100 | 10111 | 11101 | 100111011 | 1010110 | 100110 |
Color Harmonies of #B50E8C
Complementary color
Monochromatic Colors of #B50E8C
Black with #B50E8C
Text Example
Text Example
White with #B50E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50E8C; }
p { color: rgb(181,14,140); }
H1.HeaderClassName
{
color: #B50E8C;
}
.AnyTagClassName
{
color: #B50E8C;
}
</style>
background-color css
<style>
a { background-color: #B50E8C; }
a { background-color: rgb(181,14,140); }
div.DivClassName
{
background-color: #B50E8C;
}
.BgClassName
{
background-color: #B50E8C;
}
</style>
border-color css
<style>
span { border-color: #B50E8C; }
span { border-color: rgb(181,14,140); }
td.TdClassName
{
border-color: #B50E8C;
}
.TagClassName
{
border-color: #B50E8C;
}
</style>