Shades of Medium Violet Red #B5118D
Tints of Medium Violet Red #B5118D
RGB
CMYK
RGB Variations
Color information
#B5118D (or 0xB5118D) is known color: Medium Violet Red. HEX triplet: B5, 11 and 8D. RGB value is (181,17,141). Sum of RGB (Red+Green+Blue) = 181+17+141=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5118D is #4AEE72. Grayscale: #4F4F4F. Windows color (decimal): -4910707 or 9245109. OLE color: 9245109.
HSL color Cylindrical-coordinate representation of color #B5118D: hue angle of 314.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5118D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 141 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.29 |
| HSL | 314.63º | 0.83% | 0.39% | - |
| HSV(B) | 314.63º | 0.91% | 0.71% | - |
| XYZ | 24.06 | 12.15 | 26.28 | - |
| YUV | 80.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 141 | 0 | 0.91 | 0.22 | 0.29 | 314.63 | 0.83 | 0.39 |
| Hex | B5 | 11 | 8D | 0 | 5B | 16 | 1D | 13B | 53 | 27 |
| Octal | 265 | 21 | 215 | 0 | 133 | 26 | 35 | 473 | 123 | 47 |
| Binary | 10110101 | 10001 | 10001101 | 0 | 1011011 | 10110 | 11101 | 100111011 | 1010011 | 100111 |
Color Harmonies of #B5118D
Complementary color
Monochromatic Colors of #B5118D
Black with #B5118D
Text Example
Text Example
White with #B5118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5118D; }
p { color: rgb(181,17,141); }
H1.HeaderClassName
{
color: #B5118D;
}
.AnyTagClassName
{
color: #B5118D;
}
</style>
background-color css
<style>
a { background-color: #B5118D; }
a { background-color: rgb(181,17,141); }
div.DivClassName
{
background-color: #B5118D;
}
.BgClassName
{
background-color: #B5118D;
}
</style>
border-color css
<style>
span { border-color: #B5118D; }
span { border-color: rgb(181,17,141); }
td.TdClassName
{
border-color: #B5118D;
}
.TagClassName
{
border-color: #B5118D;
}
</style>