Shades of Medium Violet Red #B50BA4
Tints of Medium Violet Red #B50BA4
RGB
CMYK
RGB Variations
Color information
#B50BA4 (or 0xB50BA4) is known color: Medium Violet Red. HEX triplet: B5, 0B and A4. RGB value is (181,11,164). Sum of RGB (Red+Green+Blue) = 181+11+164=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA4 is #4AF45B. Grayscale: #4E4E4E. Windows color (decimal): -4912220 or 10750901. OLE color: 10750901.
HSL color Cylindrical-coordinate representation of color #B50BA4: hue angle of 306º 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 #B50BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.29 |
| HSL | 306º | 0.89% | 0.38% | - |
| HSV(B) | 306º | 0.94% | 0.71% | - |
| XYZ | 25.88 | 12.74 | 36.22 | - |
| YUV | 79.27 | 175.82 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 164 | 0 | 0.94 | 0.09 | 0.29 | 306 | 0.89 | 0.38 |
| Hex | B5 | B | A4 | 0 | 5E | 9 | 1D | 132 | 59 | 26 |
| Octal | 265 | 13 | 244 | 0 | 136 | 11 | 35 | 462 | 131 | 46 |
| Binary | 10110101 | 1011 | 10100100 | 0 | 1011110 | 1001 | 11101 | 100110010 | 1011001 | 100110 |
Color Harmonies of #B50BA4
Complementary color
Monochromatic Colors of #B50BA4
Black with #B50BA4
Text Example
Text Example
White with #B50BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BA4; }
p { color: rgb(181,11,164); }
H1.HeaderClassName
{
color: #B50BA4;
}
.AnyTagClassName
{
color: #B50BA4;
}
</style>
background-color css
<style>
a { background-color: #B50BA4; }
a { background-color: rgb(181,11,164); }
div.DivClassName
{
background-color: #B50BA4;
}
.BgClassName
{
background-color: #B50BA4;
}
</style>
border-color css
<style>
span { border-color: #B50BA4; }
span { border-color: rgb(181,11,164); }
td.TdClassName
{
border-color: #B50BA4;
}
.TagClassName
{
border-color: #B50BA4;
}
</style>