Shades of Medium Violet Red #B50E7A
Tints of Medium Violet Red #B50E7A
RGB
CMYK
RGB Variations
Color information
#B50E7A (or 0xB50E7A) is known color: Medium Violet Red. HEX triplet: B5, 0E and 7A. RGB value is (181,14,122). Sum of RGB (Red+Green+Blue) = 181+14+122=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E7A is #4AF185. Grayscale: #4B4B4B. Windows color (decimal): -4911494 or 7999157. OLE color: 7999157.
HSL color Cylindrical-coordinate representation of color #B50E7A: hue angle of 321.2º 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 #B50E7A is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 122 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.29 |
| HSL | 321.2º | 0.86% | 0.38% | - |
| HSV(B) | 321.2º | 0.92% | 0.71% | - |
| XYZ | 22.73 | 11.54 | 19.44 | - |
| YUV | 76.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 122 | 0 | 0.92 | 0.33 | 0.29 | 321.2 | 0.86 | 0.38 |
| Hex | B5 | E | 7A | 0 | 5C | 21 | 1D | 141 | 56 | 26 |
| Octal | 265 | 16 | 172 | 0 | 134 | 41 | 35 | 501 | 126 | 46 |
| Binary | 10110101 | 1110 | 1111010 | 0 | 1011100 | 100001 | 11101 | 101000001 | 1010110 | 100110 |
Color Harmonies of #B50E7A
Complementary color
Monochromatic Colors of #B50E7A
Black with #B50E7A
Text Example
Text Example
White with #B50E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50E7A; }
p { color: rgb(181,14,122); }
H1.HeaderClassName
{
color: #B50E7A;
}
.AnyTagClassName
{
color: #B50E7A;
}
</style>
background-color css
<style>
a { background-color: #B50E7A; }
a { background-color: rgb(181,14,122); }
div.DivClassName
{
background-color: #B50E7A;
}
.BgClassName
{
background-color: #B50E7A;
}
</style>
border-color css
<style>
span { border-color: #B50E7A; }
span { border-color: rgb(181,14,122); }
td.TdClassName
{
border-color: #B50E7A;
}
.TagClassName
{
border-color: #B50E7A;
}
</style>