Shades of Medium Violet Red #B50D8F
Tints of Medium Violet Red #B50D8F
RGB
CMYK
RGB Variations
Color information
#B50D8F (or 0xB50D8F) is known color: Medium Violet Red. HEX triplet: B5, 0D and 8F. RGB value is (181,13,143). Sum of RGB (Red+Green+Blue) = 181+13+143=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50D8F is #4AF270. Grayscale: #4D4D4D. Windows color (decimal): -4911729 or 9375157. OLE color: 9375157.
HSL color Cylindrical-coordinate representation of color #B50D8F: hue angle of 313.57º 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 #B50D8F is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 143 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.29 |
| HSL | 313.57º | 0.87% | 0.38% | - |
| HSV(B) | 313.57º | 0.93% | 0.71% | - |
| XYZ | 24.16 | 12.09 | 27.05 | - |
| YUV | 78.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 143 | 0 | 0.93 | 0.21 | 0.29 | 313.57 | 0.87 | 0.38 |
| Hex | B5 | D | 8F | 0 | 5D | 15 | 1D | 13A | 57 | 26 |
| Octal | 265 | 15 | 217 | 0 | 135 | 25 | 35 | 472 | 127 | 46 |
| Binary | 10110101 | 1101 | 10001111 | 0 | 1011101 | 10101 | 11101 | 100111010 | 1010111 | 100110 |
Color Harmonies of #B50D8F
Complementary color
Monochromatic Colors of #B50D8F
Black with #B50D8F
Text Example
Text Example
White with #B50D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D8F; }
p { color: rgb(181,13,143); }
H1.HeaderClassName
{
color: #B50D8F;
}
.AnyTagClassName
{
color: #B50D8F;
}
</style>
background-color css
<style>
a { background-color: #B50D8F; }
a { background-color: rgb(181,13,143); }
div.DivClassName
{
background-color: #B50D8F;
}
.BgClassName
{
background-color: #B50D8F;
}
</style>
border-color css
<style>
span { border-color: #B50D8F; }
span { border-color: rgb(181,13,143); }
td.TdClassName
{
border-color: #B50D8F;
}
.TagClassName
{
border-color: #B50D8F;
}
</style>