Shades of Medium Violet Red #B5138E
Tints of Medium Violet Red #B5138E
RGB
CMYK
RGB Variations
Color information
#B5138E (or 0xB5138E) is known color: Medium Violet Red. HEX triplet: B5, 13 and 8E. RGB value is (181,19,142). Sum of RGB (Red+Green+Blue) = 181+19+142=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5138E is #4AEC71. Grayscale: #515151. Windows color (decimal): -4910194 or 9311157. OLE color: 9311157.
HSL color Cylindrical-coordinate representation of color #B5138E: hue angle of 314.44º 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 #B5138E is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 142 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.29 |
| HSL | 314.44º | 0.81% | 0.39% | - |
| HSV(B) | 314.44º | 0.9% | 0.71% | - |
| XYZ | 24.17 | 12.24 | 26.68 | - |
| YUV | 81.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 142 | 0 | 0.90 | 0.22 | 0.29 | 314.44 | 0.81 | 0.39 |
| Hex | B5 | 13 | 8E | 0 | 5A | 16 | 1D | 13A | 51 | 27 |
| Octal | 265 | 23 | 216 | 0 | 132 | 26 | 35 | 472 | 121 | 47 |
| Binary | 10110101 | 10011 | 10001110 | 0 | 1011010 | 10110 | 11101 | 100111010 | 1010001 | 100111 |
Color Harmonies of #B5138E
Complementary color
Monochromatic Colors of #B5138E
Black with #B5138E
Text Example
Text Example
White with #B5138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5138E; }
p { color: rgb(181,19,142); }
H1.HeaderClassName
{
color: #B5138E;
}
.AnyTagClassName
{
color: #B5138E;
}
</style>
background-color css
<style>
a { background-color: #B5138E; }
a { background-color: rgb(181,19,142); }
div.DivClassName
{
background-color: #B5138E;
}
.BgClassName
{
background-color: #B5138E;
}
</style>
border-color css
<style>
span { border-color: #B5138E; }
span { border-color: rgb(181,19,142); }
td.TdClassName
{
border-color: #B5138E;
}
.TagClassName
{
border-color: #B5138E;
}
</style>