Shades of Medium Violet Red #B50B7A
Tints of Medium Violet Red #B50B7A
RGB
CMYK
RGB Variations
Color information
#B50B7A (or 0xB50B7A) is known color: Medium Violet Red. HEX triplet: B5, 0B and 7A. RGB value is (181,11,122). Sum of RGB (Red+Green+Blue) = 181+11+122=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B7A is #4AF485. Grayscale: #4A4A4A. Windows color (decimal): -4912262 or 7998389. OLE color: 7998389.
HSL color Cylindrical-coordinate representation of color #B50B7A: hue angle of 320.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B7A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.29 |
| HSL | 320.82º | 0.89% | 0.38% | - |
| HSV(B) | 320.82º | 0.94% | 0.71% | - |
| XYZ | 22.69 | 11.47 | 19.43 | - |
| YUV | 74.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 122 | 0 | 0.94 | 0.33 | 0.29 | 320.82 | 0.89 | 0.38 |
| Hex | B5 | B | 7A | 0 | 5E | 21 | 1D | 141 | 59 | 26 |
| Octal | 265 | 13 | 172 | 0 | 136 | 41 | 35 | 501 | 131 | 46 |
| Binary | 10110101 | 1011 | 1111010 | 0 | 1011110 | 100001 | 11101 | 101000001 | 1011001 | 100110 |
Color Harmonies of #B50B7A
Complementary color
Monochromatic Colors of #B50B7A
Black with #B50B7A
Text Example
Text Example
White with #B50B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50B7A; }
p { color: rgb(181,11,122); }
H1.HeaderClassName
{
color: #B50B7A;
}
.AnyTagClassName
{
color: #B50B7A;
}
</style>
background-color css
<style>
a { background-color: #B50B7A; }
a { background-color: rgb(181,11,122); }
div.DivClassName
{
background-color: #B50B7A;
}
.BgClassName
{
background-color: #B50B7A;
}
</style>
border-color css
<style>
span { border-color: #B50B7A; }
span { border-color: rgb(181,11,122); }
td.TdClassName
{
border-color: #B50B7A;
}
.TagClassName
{
border-color: #B50B7A;
}
</style>