Shades of Medium Violet Red #B50C7A
Tints of Medium Violet Red #B50C7A
RGB
CMYK
RGB Variations
Color information
#B50C7A (or 0xB50C7A) is known color: Medium Violet Red. HEX triplet: B5, 0C and 7A. RGB value is (181,12,122). Sum of RGB (Red+Green+Blue) = 181+12+122=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C7A is #4AF385. Grayscale: #4A4A4A. Windows color (decimal): -4912006 or 7998645. OLE color: 7998645.
HSL color Cylindrical-coordinate representation of color #B50C7A: hue angle of 320.95º 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 #B50C7A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 122 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.29 |
| HSL | 320.95º | 0.88% | 0.38% | - |
| HSV(B) | 320.95º | 0.93% | 0.71% | - |
| XYZ | 22.7 | 11.49 | 19.43 | - |
| YUV | 75.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 122 | 0 | 0.93 | 0.33 | 0.29 | 320.95 | 0.88 | 0.38 |
| Hex | B5 | C | 7A | 0 | 5D | 21 | 1D | 141 | 58 | 26 |
| Octal | 265 | 14 | 172 | 0 | 135 | 41 | 35 | 501 | 130 | 46 |
| Binary | 10110101 | 1100 | 1111010 | 0 | 1011101 | 100001 | 11101 | 101000001 | 1011000 | 100110 |
Color Harmonies of #B50C7A
Complementary color
Monochromatic Colors of #B50C7A
Black with #B50C7A
Text Example
Text Example
White with #B50C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C7A; }
p { color: rgb(181,12,122); }
H1.HeaderClassName
{
color: #B50C7A;
}
.AnyTagClassName
{
color: #B50C7A;
}
</style>
background-color css
<style>
a { background-color: #B50C7A; }
a { background-color: rgb(181,12,122); }
div.DivClassName
{
background-color: #B50C7A;
}
.BgClassName
{
background-color: #B50C7A;
}
</style>
border-color css
<style>
span { border-color: #B50C7A; }
span { border-color: rgb(181,12,122); }
td.TdClassName
{
border-color: #B50C7A;
}
.TagClassName
{
border-color: #B50C7A;
}
</style>