Shades of Medium Violet Red #B50C8F
Tints of Medium Violet Red #B50C8F
RGB
CMYK
RGB Variations
Color information
#B50C8F (or 0xB50C8F) is known color: Medium Violet Red. HEX triplet: B5, 0C and 8F. RGB value is (181,12,143). Sum of RGB (Red+Green+Blue) = 181+12+143=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C8F is #4AF370. Grayscale: #4D4D4D. Windows color (decimal): -4911985 or 9374901. OLE color: 9374901.
HSL color Cylindrical-coordinate representation of color #B50C8F: hue angle of 313.49º 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 #B50C8F is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 143 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.29 |
| HSL | 313.49º | 0.88% | 0.38% | - |
| HSV(B) | 313.49º | 0.93% | 0.71% | - |
| XYZ | 24.15 | 12.07 | 27.04 | - |
| YUV | 77.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 143 | 0 | 0.93 | 0.21 | 0.29 | 313.49 | 0.88 | 0.38 |
| Hex | B5 | C | 8F | 0 | 5D | 15 | 1D | 139 | 58 | 26 |
| Octal | 265 | 14 | 217 | 0 | 135 | 25 | 35 | 471 | 130 | 46 |
| Binary | 10110101 | 1100 | 10001111 | 0 | 1011101 | 10101 | 11101 | 100111001 | 1011000 | 100110 |
Color Harmonies of #B50C8F
Complementary color
Monochromatic Colors of #B50C8F
Black with #B50C8F
Text Example
Text Example
White with #B50C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C8F; }
p { color: rgb(181,12,143); }
H1.HeaderClassName
{
color: #B50C8F;
}
.AnyTagClassName
{
color: #B50C8F;
}
</style>
background-color css
<style>
a { background-color: #B50C8F; }
a { background-color: rgb(181,12,143); }
div.DivClassName
{
background-color: #B50C8F;
}
.BgClassName
{
background-color: #B50C8F;
}
</style>
border-color css
<style>
span { border-color: #B50C8F; }
span { border-color: rgb(181,12,143); }
td.TdClassName
{
border-color: #B50C8F;
}
.TagClassName
{
border-color: #B50C8F;
}
</style>