Shades of Medium Violet Red #B50D9A
Tints of Medium Violet Red #B50D9A
RGB
CMYK
RGB Variations
Color information
#B50D9A (or 0xB50D9A) is known color: Medium Violet Red. HEX triplet: B5, 0D and 9A. RGB value is (181,13,154). Sum of RGB (Red+Green+Blue) = 181+13+154=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50D9A is #4AF265. Grayscale: #4E4E4E. Windows color (decimal): -4911718 or 10096053. OLE color: 10096053.
HSL color Cylindrical-coordinate representation of color #B50D9A: hue angle of 309.64º 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 #B50D9A is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 154 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.29 |
| HSL | 309.64º | 0.87% | 0.38% | - |
| HSV(B) | 309.64º | 0.93% | 0.71% | - |
| XYZ | 25.03 | 12.44 | 31.65 | - |
| YUV | 79.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 154 | 0 | 0.93 | 0.15 | 0.29 | 309.64 | 0.87 | 0.38 |
| Hex | B5 | D | 9A | 0 | 5D | F | 1D | 136 | 57 | 26 |
| Octal | 265 | 15 | 232 | 0 | 135 | 17 | 35 | 466 | 127 | 46 |
| Binary | 10110101 | 1101 | 10011010 | 0 | 1011101 | 1111 | 11101 | 100110110 | 1010111 | 100110 |
Color Harmonies of #B50D9A
Complementary color
Monochromatic Colors of #B50D9A
Black with #B50D9A
Text Example
Text Example
White with #B50D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D9A; }
p { color: rgb(181,13,154); }
H1.HeaderClassName
{
color: #B50D9A;
}
.AnyTagClassName
{
color: #B50D9A;
}
</style>
background-color css
<style>
a { background-color: #B50D9A; }
a { background-color: rgb(181,13,154); }
div.DivClassName
{
background-color: #B50D9A;
}
.BgClassName
{
background-color: #B50D9A;
}
</style>
border-color css
<style>
span { border-color: #B50D9A; }
span { border-color: rgb(181,13,154); }
td.TdClassName
{
border-color: #B50D9A;
}
.TagClassName
{
border-color: #B50D9A;
}
</style>