Shades of Medium Violet Red #B50BA6
Tints of Medium Violet Red #B50BA6
RGB
CMYK
RGB Variations
Color information
#B50BA6 (or 0xB50BA6) is known color: Medium Violet Red. HEX triplet: B5, 0B and A6. RGB value is (181,11,166). Sum of RGB (Red+Green+Blue) = 181+11+166=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B50BA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50BA6 is #4AF459. Grayscale: #4F4F4F. Windows color (decimal): -4912218 or 10881973. OLE color: 10881973.
HSL color Cylindrical-coordinate representation of color #B50BA6: hue angle of 305.29º 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 #B50BA6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 166 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.29 |
| HSL | 305.29º | 0.89% | 0.38% | - |
| HSV(B) | 305.29º | 0.94% | 0.71% | - |
| XYZ | 26.06 | 12.82 | 37.18 | - |
| YUV | 79.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 166 | 0 | 0.94 | 0.08 | 0.29 | 305.29 | 0.89 | 0.38 |
| Hex | B5 | B | A6 | 0 | 5E | 8 | 1D | 131 | 59 | 26 |
| Octal | 265 | 13 | 246 | 0 | 136 | 10 | 35 | 461 | 131 | 46 |
| Binary | 10110101 | 1011 | 10100110 | 0 | 1011110 | 1000 | 11101 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B50BA6
Complementary color
Monochromatic Colors of #B50BA6
Black with #B50BA6
Text Example
Text Example
White with #B50BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BA6; }
p { color: rgb(181,11,166); }
H1.HeaderClassName
{
color: #B50BA6;
}
.AnyTagClassName
{
color: #B50BA6;
}
</style>
background-color css
<style>
a { background-color: #B50BA6; }
a { background-color: rgb(181,11,166); }
div.DivClassName
{
background-color: #B50BA6;
}
.BgClassName
{
background-color: #B50BA6;
}
</style>
border-color css
<style>
span { border-color: #B50BA6; }
span { border-color: rgb(181,11,166); }
td.TdClassName
{
border-color: #B50BA6;
}
.TagClassName
{
border-color: #B50BA6;
}
</style>