Shades of Medium Violet Red #B50CA0
Tints of Medium Violet Red #B50CA0
RGB
CMYK
RGB Variations
Color information
#B50CA0 (or 0xB50CA0) is known color: Medium Violet Red. HEX triplet: B5, 0C and A0. RGB value is (181,12,160). Sum of RGB (Red+Green+Blue) = 181+12+160=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B50CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50CA0 is #4AF35F. Grayscale: #4E4E4E. Windows color (decimal): -4911968 or 10489013. OLE color: 10489013.
HSL color Cylindrical-coordinate representation of color #B50CA0: hue angle of 307.46º 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 #B50CA0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 160 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.29 |
| HSL | 307.46º | 0.88% | 0.38% | - |
| HSV(B) | 307.46º | 0.93% | 0.71% | - |
| XYZ | 25.53 | 12.62 | 34.35 | - |
| YUV | 79.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 160 | 0 | 0.93 | 0.12 | 0.29 | 307.46 | 0.88 | 0.38 |
| Hex | B5 | C | A0 | 0 | 5D | C | 1D | 133 | 58 | 26 |
| Octal | 265 | 14 | 240 | 0 | 135 | 14 | 35 | 463 | 130 | 46 |
| Binary | 10110101 | 1100 | 10100000 | 0 | 1011101 | 1100 | 11101 | 100110011 | 1011000 | 100110 |
Color Harmonies of #B50CA0
Complementary color
Monochromatic Colors of #B50CA0
Black with #B50CA0
Text Example
Text Example
White with #B50CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CA0; }
p { color: rgb(181,12,160); }
H1.HeaderClassName
{
color: #B50CA0;
}
.AnyTagClassName
{
color: #B50CA0;
}
</style>
background-color css
<style>
a { background-color: #B50CA0; }
a { background-color: rgb(181,12,160); }
div.DivClassName
{
background-color: #B50CA0;
}
.BgClassName
{
background-color: #B50CA0;
}
</style>
border-color css
<style>
span { border-color: #B50CA0; }
span { border-color: rgb(181,12,160); }
td.TdClassName
{
border-color: #B50CA0;
}
.TagClassName
{
border-color: #B50CA0;
}
</style>