Shades of Medium Violet Red #B50BA2
Tints of Medium Violet Red #B50BA2
RGB
CMYK
RGB Variations
Color information
#B50BA2 (or 0xB50BA2) is known color: Medium Violet Red. HEX triplet: B5, 0B and A2. RGB value is (181,11,162). Sum of RGB (Red+Green+Blue) = 181+11+162=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA2 is #4AF45D. Grayscale: #4E4E4E. Windows color (decimal): -4912222 or 10619829. OLE color: 10619829.
HSL color Cylindrical-coordinate representation of color #B50BA2: hue angle of 306.71º 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 #B50BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.29 |
| HSL | 306.71º | 0.89% | 0.38% | - |
| HSV(B) | 306.71º | 0.94% | 0.71% | - |
| XYZ | 25.7 | 12.67 | 35.27 | - |
| YUV | 79.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 162 | 0 | 0.94 | 0.10 | 0.29 | 306.71 | 0.89 | 0.38 |
| Hex | B5 | B | A2 | 0 | 5E | A | 1D | 133 | 59 | 26 |
| Octal | 265 | 13 | 242 | 0 | 136 | 12 | 35 | 463 | 131 | 46 |
| Binary | 10110101 | 1011 | 10100010 | 0 | 1011110 | 1010 | 11101 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B50BA2
Complementary color
Monochromatic Colors of #B50BA2
Black with #B50BA2
Text Example
Text Example
White with #B50BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BA2; }
p { color: rgb(181,11,162); }
H1.HeaderClassName
{
color: #B50BA2;
}
.AnyTagClassName
{
color: #B50BA2;
}
</style>
background-color css
<style>
a { background-color: #B50BA2; }
a { background-color: rgb(181,11,162); }
div.DivClassName
{
background-color: #B50BA2;
}
.BgClassName
{
background-color: #B50BA2;
}
</style>
border-color css
<style>
span { border-color: #B50BA2; }
span { border-color: rgb(181,11,162); }
td.TdClassName
{
border-color: #B50BA2;
}
.TagClassName
{
border-color: #B50BA2;
}
</style>