Shades of Medium Violet Red #B50DA2
Tints of Medium Violet Red #B50DA2
RGB
CMYK
RGB Variations
Color information
#B50DA2 (or 0xB50DA2) is known color: Medium Violet Red. HEX triplet: B5, 0D and A2. RGB value is (181,13,162). Sum of RGB (Red+Green+Blue) = 181+13+162=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DA2 is #4AF25D. Grayscale: #4F4F4F. Windows color (decimal): -4911710 or 10620341. OLE color: 10620341.
HSL color Cylindrical-coordinate representation of color #B50DA2: hue angle of 306.79º 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 #B50DA2 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 162 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.29 |
| HSL | 306.79º | 0.87% | 0.38% | - |
| HSV(B) | 306.79º | 0.93% | 0.71% | - |
| XYZ | 25.72 | 12.72 | 35.28 | - |
| YUV | 80.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 162 | 0 | 0.93 | 0.10 | 0.29 | 306.79 | 0.87 | 0.38 |
| Hex | B5 | D | A2 | 0 | 5D | A | 1D | 133 | 57 | 26 |
| Octal | 265 | 15 | 242 | 0 | 135 | 12 | 35 | 463 | 127 | 46 |
| Binary | 10110101 | 1101 | 10100010 | 0 | 1011101 | 1010 | 11101 | 100110011 | 1010111 | 100110 |
Color Harmonies of #B50DA2
Complementary color
Monochromatic Colors of #B50DA2
Black with #B50DA2
Text Example
Text Example
White with #B50DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DA2; }
p { color: rgb(181,13,162); }
H1.HeaderClassName
{
color: #B50DA2;
}
.AnyTagClassName
{
color: #B50DA2;
}
</style>
background-color css
<style>
a { background-color: #B50DA2; }
a { background-color: rgb(181,13,162); }
div.DivClassName
{
background-color: #B50DA2;
}
.BgClassName
{
background-color: #B50DA2;
}
</style>
border-color css
<style>
span { border-color: #B50DA2; }
span { border-color: rgb(181,13,162); }
td.TdClassName
{
border-color: #B50DA2;
}
.TagClassName
{
border-color: #B50DA2;
}
</style>