Shades of Medium Violet Red #B50C8C
Tints of Medium Violet Red #B50C8C
RGB
CMYK
RGB Variations
Color information
#B50C8C (or 0xB50C8C) is known color: Medium Violet Red. HEX triplet: B5, 0C and 8C. RGB value is (181,12,140). Sum of RGB (Red+Green+Blue) = 181+12+140=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C8C is #4AF373. Grayscale: #4C4C4C. Windows color (decimal): -4911988 or 9178293. OLE color: 9178293.
HSL color Cylindrical-coordinate representation of color #B50C8C: hue angle of 314.56º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C8C is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 140 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.29 |
| HSL | 314.56º | 0.88% | 0.38% | - |
| HSV(B) | 314.56º | 0.93% | 0.71% | - |
| XYZ | 23.92 | 11.98 | 25.86 | - |
| YUV | 77.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 140 | 0 | 0.93 | 0.23 | 0.29 | 314.56 | 0.88 | 0.38 |
| Hex | B5 | C | 8C | 0 | 5D | 17 | 1D | 13B | 58 | 26 |
| Octal | 265 | 14 | 214 | 0 | 135 | 27 | 35 | 473 | 130 | 46 |
| Binary | 10110101 | 1100 | 10001100 | 0 | 1011101 | 10111 | 11101 | 100111011 | 1011000 | 100110 |
Color Harmonies of #B50C8C
Complementary color
Monochromatic Colors of #B50C8C
Black with #B50C8C
Text Example
Text Example
White with #B50C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C8C; }
p { color: rgb(181,12,140); }
H1.HeaderClassName
{
color: #B50C8C;
}
.AnyTagClassName
{
color: #B50C8C;
}
</style>
background-color css
<style>
a { background-color: #B50C8C; }
a { background-color: rgb(181,12,140); }
div.DivClassName
{
background-color: #B50C8C;
}
.BgClassName
{
background-color: #B50C8C;
}
</style>
border-color css
<style>
span { border-color: #B50C8C; }
span { border-color: rgb(181,12,140); }
td.TdClassName
{
border-color: #B50C8C;
}
.TagClassName
{
border-color: #B50C8C;
}
</style>