Shades of Medium Violet Red #B50C92
Tints of Medium Violet Red #B50C92
RGB
CMYK
RGB Variations
Color information
#B50C92 (or 0xB50C92) is known color: Medium Violet Red. HEX triplet: B5, 0C and 92. RGB value is (181,12,146). Sum of RGB (Red+Green+Blue) = 181+12+146=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C92 is #4AF36D. Grayscale: #4D4D4D. Windows color (decimal): -4911982 or 9571509. OLE color: 9571509.
HSL color Cylindrical-coordinate representation of color #B50C92: hue angle of 312.43º 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 #B50C92 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 146 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.29 |
| HSL | 312.43º | 0.88% | 0.38% | - |
| HSV(B) | 312.43º | 0.93% | 0.71% | - |
| XYZ | 24.38 | 12.16 | 28.26 | - |
| YUV | 77.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 146 | 0 | 0.93 | 0.19 | 0.29 | 312.43 | 0.88 | 0.38 |
| Hex | B5 | C | 92 | 0 | 5D | 13 | 1D | 138 | 58 | 26 |
| Octal | 265 | 14 | 222 | 0 | 135 | 23 | 35 | 470 | 130 | 46 |
| Binary | 10110101 | 1100 | 10010010 | 0 | 1011101 | 10011 | 11101 | 100111000 | 1011000 | 100110 |
Color Harmonies of #B50C92
Complementary color
Monochromatic Colors of #B50C92
Black with #B50C92
Text Example
Text Example
White with #B50C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C92; }
p { color: rgb(181,12,146); }
H1.HeaderClassName
{
color: #B50C92;
}
.AnyTagClassName
{
color: #B50C92;
}
</style>
background-color css
<style>
a { background-color: #B50C92; }
a { background-color: rgb(181,12,146); }
div.DivClassName
{
background-color: #B50C92;
}
.BgClassName
{
background-color: #B50C92;
}
</style>
border-color css
<style>
span { border-color: #B50C92; }
span { border-color: rgb(181,12,146); }
td.TdClassName
{
border-color: #B50C92;
}
.TagClassName
{
border-color: #B50C92;
}
</style>