Shades of Medium Violet Red #B50F8C
Tints of Medium Violet Red #B50F8C
RGB
CMYK
RGB Variations
Color information
#B50F8C (or 0xB50F8C) is known color: Medium Violet Red. HEX triplet: B5, 0F and 8C. RGB value is (181,15,140). Sum of RGB (Red+Green+Blue) = 181+15+140=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50F8C is #4AF073. Grayscale: #4E4E4E. Windows color (decimal): -4911220 or 9179061. OLE color: 9179061.
HSL color Cylindrical-coordinate representation of color #B50F8C: hue angle of 314.82º 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 #B50F8C is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 140 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.29 |
| HSL | 314.82º | 0.85% | 0.38% | - |
| HSV(B) | 314.82º | 0.92% | 0.71% | - |
| XYZ | 23.96 | 12.06 | 25.88 | - |
| YUV | 78.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 140 | 0 | 0.92 | 0.23 | 0.29 | 314.82 | 0.85 | 0.38 |
| Hex | B5 | F | 8C | 0 | 5C | 17 | 1D | 13B | 55 | 26 |
| Octal | 265 | 17 | 214 | 0 | 134 | 27 | 35 | 473 | 125 | 46 |
| Binary | 10110101 | 1111 | 10001100 | 0 | 1011100 | 10111 | 11101 | 100111011 | 1010101 | 100110 |
Color Harmonies of #B50F8C
Complementary color
Monochromatic Colors of #B50F8C
Black with #B50F8C
Text Example
Text Example
White with #B50F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F8C; }
p { color: rgb(181,15,140); }
H1.HeaderClassName
{
color: #B50F8C;
}
.AnyTagClassName
{
color: #B50F8C;
}
</style>
background-color css
<style>
a { background-color: #B50F8C; }
a { background-color: rgb(181,15,140); }
div.DivClassName
{
background-color: #B50F8C;
}
.BgClassName
{
background-color: #B50F8C;
}
</style>
border-color css
<style>
span { border-color: #B50F8C; }
span { border-color: rgb(181,15,140); }
td.TdClassName
{
border-color: #B50F8C;
}
.TagClassName
{
border-color: #B50F8C;
}
</style>