Shades of Medium Violet Red #B50A85
Tints of Medium Violet Red #B50A85
RGB
CMYK
RGB Variations
Color information
#B50A85 (or 0xB50A85) is known color: Medium Violet Red. HEX triplet: B5, 0A and 85. RGB value is (181,10,133). Sum of RGB (Red+Green+Blue) = 181+10+133=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50A85 is #4AF57A. Grayscale: #4A4A4A. Windows color (decimal): -4912507 or 8719029. OLE color: 8719029.
HSL color Cylindrical-coordinate representation of color #B50A85: hue angle of 316.84º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A85 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 133 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.29 |
| HSL | 316.84º | 0.9% | 0.37% | - |
| HSV(B) | 316.84º | 0.94% | 0.71% | - |
| XYZ | 23.4 | 11.73 | 23.22 | - |
| YUV | 75.15 | 160.65 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 133 | 0 | 0.94 | 0.27 | 0.29 | 316.84 | 0.9 | 0.37 |
| Hex | B5 | A | 85 | 0 | 5E | 1B | 1D | 13D | 5A | 25 |
| Octal | 265 | 12 | 205 | 0 | 136 | 33 | 35 | 475 | 132 | 45 |
| Binary | 10110101 | 1010 | 10000101 | 0 | 1011110 | 11011 | 11101 | 100111101 | 1011010 | 100101 |
Color Harmonies of #B50A85
Complementary color
Monochromatic Colors of #B50A85
Black with #B50A85
Text Example
Text Example
White with #B50A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A85; }
p { color: rgb(181,10,133); }
H1.HeaderClassName
{
color: #B50A85;
}
.AnyTagClassName
{
color: #B50A85;
}
</style>
background-color css
<style>
a { background-color: #B50A85; }
a { background-color: rgb(181,10,133); }
div.DivClassName
{
background-color: #B50A85;
}
.BgClassName
{
background-color: #B50A85;
}
</style>
border-color css
<style>
span { border-color: #B50A85; }
span { border-color: rgb(181,10,133); }
td.TdClassName
{
border-color: #B50A85;
}
.TagClassName
{
border-color: #B50A85;
}
</style>