Shades of Medium Violet Red #B50DA1
Tints of Medium Violet Red #B50DA1
RGB
CMYK
RGB Variations
Color information
#B50DA1 (or 0xB50DA1) is known color: Medium Violet Red. HEX triplet: B5, 0D and A1. RGB value is (181,13,161). Sum of RGB (Red+Green+Blue) = 181+13+161=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DA1 is #4AF25E. Grayscale: #4F4F4F. Windows color (decimal): -4911711 or 10554805. OLE color: 10554805.
HSL color Cylindrical-coordinate representation of color #B50DA1: hue angle of 307.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.29 |
| HSL | 307.14º | 0.87% | 0.38% | - |
| HSV(B) | 307.14º | 0.93% | 0.71% | - |
| XYZ | 25.63 | 12.68 | 34.82 | - |
| YUV | 80.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 161 | 0 | 0.93 | 0.11 | 0.29 | 307.14 | 0.87 | 0.38 |
| Hex | B5 | D | A1 | 0 | 5D | B | 1D | 133 | 57 | 26 |
| Octal | 265 | 15 | 241 | 0 | 135 | 13 | 35 | 463 | 127 | 46 |
| Binary | 10110101 | 1101 | 10100001 | 0 | 1011101 | 1011 | 11101 | 100110011 | 1010111 | 100110 |
Color Harmonies of #B50DA1
Complementary color
Monochromatic Colors of #B50DA1
Black with #B50DA1
Text Example
Text Example
White with #B50DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DA1; }
p { color: rgb(181,13,161); }
H1.HeaderClassName
{
color: #B50DA1;
}
.AnyTagClassName
{
color: #B50DA1;
}
</style>
background-color css
<style>
a { background-color: #B50DA1; }
a { background-color: rgb(181,13,161); }
div.DivClassName
{
background-color: #B50DA1;
}
.BgClassName
{
background-color: #B50DA1;
}
</style>
border-color css
<style>
span { border-color: #B50DA1; }
span { border-color: rgb(181,13,161); }
td.TdClassName
{
border-color: #B50DA1;
}
.TagClassName
{
border-color: #B50DA1;
}
</style>