Shades of Medium Violet Red #B5138D
Tints of Medium Violet Red #B5138D
RGB
CMYK
RGB Variations
Color information
#B5138D (or 0xB5138D) is known color: Medium Violet Red. HEX triplet: B5, 13 and 8D. RGB value is (181,19,141). Sum of RGB (Red+Green+Blue) = 181+19+141=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5138D is #4AEC72. Grayscale: #515151. Windows color (decimal): -4910195 or 9245621. OLE color: 9245621.
HSL color Cylindrical-coordinate representation of color #B5138D: hue angle of 314.81º 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 #B5138D is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.29 |
| HSL | 314.81º | 0.81% | 0.39% | - |
| HSV(B) | 314.81º | 0.9% | 0.71% | - |
| XYZ | 24.1 | 12.21 | 26.29 | - |
| YUV | 81.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 141 | 0 | 0.90 | 0.22 | 0.29 | 314.81 | 0.81 | 0.39 |
| Hex | B5 | 13 | 8D | 0 | 5A | 16 | 1D | 13B | 51 | 27 |
| Octal | 265 | 23 | 215 | 0 | 132 | 26 | 35 | 473 | 121 | 47 |
| Binary | 10110101 | 10011 | 10001101 | 0 | 1011010 | 10110 | 11101 | 100111011 | 1010001 | 100111 |
Color Harmonies of #B5138D
Complementary color
Monochromatic Colors of #B5138D
Black with #B5138D
Text Example
Text Example
White with #B5138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5138D; }
p { color: rgb(181,19,141); }
H1.HeaderClassName
{
color: #B5138D;
}
.AnyTagClassName
{
color: #B5138D;
}
</style>
background-color css
<style>
a { background-color: #B5138D; }
a { background-color: rgb(181,19,141); }
div.DivClassName
{
background-color: #B5138D;
}
.BgClassName
{
background-color: #B5138D;
}
</style>
border-color css
<style>
span { border-color: #B5138D; }
span { border-color: rgb(181,19,141); }
td.TdClassName
{
border-color: #B5138D;
}
.TagClassName
{
border-color: #B5138D;
}
</style>