Shades of Medium Violet Red #B5118C
Tints of Medium Violet Red #B5118C
RGB
CMYK
RGB Variations
Color information
#B5118C (or 0xB5118C) is known color: Medium Violet Red. HEX triplet: B5, 11 and 8C. RGB value is (181,17,140). Sum of RGB (Red+Green+Blue) = 181+17+140=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5118C is #4AEE73. Grayscale: #4F4F4F. Windows color (decimal): -4910708 or 9179573. OLE color: 9179573.
HSL color Cylindrical-coordinate representation of color #B5118C: hue angle of 315º 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 #B5118C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 140 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.29 |
| HSL | 315º | 0.83% | 0.39% | - |
| HSV(B) | 315º | 0.91% | 0.71% | - |
| XYZ | 23.99 | 12.12 | 25.89 | - |
| YUV | 80.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 140 | 0 | 0.91 | 0.23 | 0.29 | 315 | 0.83 | 0.39 |
| Hex | B5 | 11 | 8C | 0 | 5B | 17 | 1D | 13B | 53 | 27 |
| Octal | 265 | 21 | 214 | 0 | 133 | 27 | 35 | 473 | 123 | 47 |
| Binary | 10110101 | 10001 | 10001100 | 0 | 1011011 | 10111 | 11101 | 100111011 | 1010011 | 100111 |
Color Harmonies of #B5118C
Complementary color
Monochromatic Colors of #B5118C
Black with #B5118C
Text Example
Text Example
White with #B5118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5118C; }
p { color: rgb(181,17,140); }
H1.HeaderClassName
{
color: #B5118C;
}
.AnyTagClassName
{
color: #B5118C;
}
</style>
background-color css
<style>
a { background-color: #B5118C; }
a { background-color: rgb(181,17,140); }
div.DivClassName
{
background-color: #B5118C;
}
.BgClassName
{
background-color: #B5118C;
}
</style>
border-color css
<style>
span { border-color: #B5118C; }
span { border-color: rgb(181,17,140); }
td.TdClassName
{
border-color: #B5118C;
}
.TagClassName
{
border-color: #B5118C;
}
</style>