Shades of Medium Violet Red #B50E7D
Tints of Medium Violet Red #B50E7D
RGB
CMYK
RGB Variations
Color information
#B50E7D (or 0xB50E7D) is known color: Medium Violet Red. HEX triplet: B5, 0E and 7D. RGB value is (181,14,125). Sum of RGB (Red+Green+Blue) = 181+14+125=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E7D is #4AF182. Grayscale: #4C4C4C. Windows color (decimal): -4911491 or 8195765. OLE color: 8195765.
HSL color Cylindrical-coordinate representation of color #B50E7D: hue angle of 320.12º 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 #B50E7D is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 125 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.29 |
| HSL | 320.12º | 0.86% | 0.38% | - |
| HSV(B) | 320.12º | 0.92% | 0.71% | - |
| XYZ | 22.91 | 11.62 | 20.44 | - |
| YUV | 76.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 125 | 0 | 0.92 | 0.31 | 0.29 | 320.12 | 0.86 | 0.38 |
| Hex | B5 | E | 7D | 0 | 5C | 1F | 1D | 140 | 56 | 26 |
| Octal | 265 | 16 | 175 | 0 | 134 | 37 | 35 | 500 | 126 | 46 |
| Binary | 10110101 | 1110 | 1111101 | 0 | 1011100 | 11111 | 11101 | 101000000 | 1010110 | 100110 |
Color Harmonies of #B50E7D
Complementary color
Monochromatic Colors of #B50E7D
Black with #B50E7D
Text Example
Text Example
White with #B50E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50E7D; }
p { color: rgb(181,14,125); }
H1.HeaderClassName
{
color: #B50E7D;
}
.AnyTagClassName
{
color: #B50E7D;
}
</style>
background-color css
<style>
a { background-color: #B50E7D; }
a { background-color: rgb(181,14,125); }
div.DivClassName
{
background-color: #B50E7D;
}
.BgClassName
{
background-color: #B50E7D;
}
</style>
border-color css
<style>
span { border-color: #B50E7D; }
span { border-color: rgb(181,14,125); }
td.TdClassName
{
border-color: #B50E7D;
}
.TagClassName
{
border-color: #B50E7D;
}
</style>