Shades of Medium Violet Red #B50F8E
Tints of Medium Violet Red #B50F8E
RGB
CMYK
RGB Variations
Color information
#B50F8E (or 0xB50F8E) is known color: Medium Violet Red. HEX triplet: B5, 0F and 8E. RGB value is (181,15,142). Sum of RGB (Red+Green+Blue) = 181+15+142=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F8E is #4AF071. Grayscale: #4E4E4E. Windows color (decimal): -4911218 or 9310133. OLE color: 9310133.
HSL color Cylindrical-coordinate representation of color #B50F8E: hue angle of 314.1º degrees, saturation: 0.85, 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 #B50F8E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 142 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.29 |
| HSL | 314.1º | 0.85% | 0.38% | - |
| HSV(B) | 314.1º | 0.92% | 0.71% | - |
| XYZ | 24.11 | 12.12 | 26.66 | - |
| YUV | 79.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 142 | 0 | 0.92 | 0.22 | 0.29 | 314.1 | 0.85 | 0.38 |
| Hex | B5 | F | 8E | 0 | 5C | 16 | 1D | 13A | 55 | 26 |
| Octal | 265 | 17 | 216 | 0 | 134 | 26 | 35 | 472 | 125 | 46 |
| Binary | 10110101 | 1111 | 10001110 | 0 | 1011100 | 10110 | 11101 | 100111010 | 1010101 | 100110 |
Color Harmonies of #B50F8E
Complementary color
Monochromatic Colors of #B50F8E
Black with #B50F8E
Text Example
Text Example
White with #B50F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F8E; }
p { color: rgb(181,15,142); }
H1.HeaderClassName
{
color: #B50F8E;
}
.AnyTagClassName
{
color: #B50F8E;
}
</style>
background-color css
<style>
a { background-color: #B50F8E; }
a { background-color: rgb(181,15,142); }
div.DivClassName
{
background-color: #B50F8E;
}
.BgClassName
{
background-color: #B50F8E;
}
</style>
border-color css
<style>
span { border-color: #B50F8E; }
span { border-color: rgb(181,15,142); }
td.TdClassName
{
border-color: #B50F8E;
}
.TagClassName
{
border-color: #B50F8E;
}
</style>