Shades of Medium Violet Red #B5138C
Tints of Medium Violet Red #B5138C
RGB
CMYK
RGB Variations
Color information
#B5138C (or 0xB5138C) is known color: Medium Violet Red. HEX triplet: B5, 13 and 8C. RGB value is (181,19,140). Sum of RGB (Red+Green+Blue) = 181+19+140=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5138C is #4AEC73. Grayscale: #505050. Windows color (decimal): -4910196 or 9180085. OLE color: 9180085.
HSL color Cylindrical-coordinate representation of color #B5138C: hue angle of 315.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5138C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 140 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.29 |
| HSL | 315.19º | 0.81% | 0.39% | - |
| HSV(B) | 315.19º | 0.9% | 0.71% | - |
| XYZ | 24.02 | 12.18 | 25.9 | - |
| YUV | 81.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 140 | 0 | 0.90 | 0.23 | 0.29 | 315.19 | 0.81 | 0.39 |
| Hex | B5 | 13 | 8C | 0 | 5A | 17 | 1D | 13B | 51 | 27 |
| Octal | 265 | 23 | 214 | 0 | 132 | 27 | 35 | 473 | 121 | 47 |
| Binary | 10110101 | 10011 | 10001100 | 0 | 1011010 | 10111 | 11101 | 100111011 | 1010001 | 100111 |
Color Harmonies of #B5138C
Complementary color
Monochromatic Colors of #B5138C
Black with #B5138C
Text Example
Text Example
White with #B5138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5138C; }
p { color: rgb(181,19,140); }
H1.HeaderClassName
{
color: #B5138C;
}
.AnyTagClassName
{
color: #B5138C;
}
</style>
background-color css
<style>
a { background-color: #B5138C; }
a { background-color: rgb(181,19,140); }
div.DivClassName
{
background-color: #B5138C;
}
.BgClassName
{
background-color: #B5138C;
}
</style>
border-color css
<style>
span { border-color: #B5138C; }
span { border-color: rgb(181,19,140); }
td.TdClassName
{
border-color: #B5138C;
}
.TagClassName
{
border-color: #B5138C;
}
</style>