Shades of Medium Violet Red #B50BA5
Tints of Medium Violet Red #B50BA5
RGB
CMYK
RGB Variations
Color information
#B50BA5 (or 0xB50BA5) is known color: Medium Violet Red. HEX triplet: B5, 0B and A5. RGB value is (181,11,165). Sum of RGB (Red+Green+Blue) = 181+11+165=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA5 is #4AF45A. Grayscale: #4E4E4E. Windows color (decimal): -4912219 or 10816437. OLE color: 10816437.
HSL color Cylindrical-coordinate representation of color #B50BA5: hue angle of 305.65º 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 #B50BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.29 |
| HSL | 305.65º | 0.89% | 0.38% | - |
| HSV(B) | 305.65º | 0.94% | 0.71% | - |
| XYZ | 25.97 | 12.78 | 36.7 | - |
| YUV | 79.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 165 | 0 | 0.94 | 0.09 | 0.29 | 305.65 | 0.89 | 0.38 |
| Hex | B5 | B | A5 | 0 | 5E | 9 | 1D | 132 | 59 | 26 |
| Octal | 265 | 13 | 245 | 0 | 136 | 11 | 35 | 462 | 131 | 46 |
| Binary | 10110101 | 1011 | 10100101 | 0 | 1011110 | 1001 | 11101 | 100110010 | 1011001 | 100110 |
Color Harmonies of #B50BA5
Complementary color
Monochromatic Colors of #B50BA5
Black with #B50BA5
Text Example
Text Example
White with #B50BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BA5; }
p { color: rgb(181,11,165); }
H1.HeaderClassName
{
color: #B50BA5;
}
.AnyTagClassName
{
color: #B50BA5;
}
</style>
background-color css
<style>
a { background-color: #B50BA5; }
a { background-color: rgb(181,11,165); }
div.DivClassName
{
background-color: #B50BA5;
}
.BgClassName
{
background-color: #B50BA5;
}
</style>
border-color css
<style>
span { border-color: #B50BA5; }
span { border-color: rgb(181,11,165); }
td.TdClassName
{
border-color: #B50BA5;
}
.TagClassName
{
border-color: #B50BA5;
}
</style>