Shades of Medium Violet Red #B5138A
Tints of Medium Violet Red #B5138A
RGB
CMYK
RGB Variations
Color information
#B5138A (or 0xB5138A) is known color: Medium Violet Red. HEX triplet: B5, 13 and 8A. RGB value is (181,19,138). Sum of RGB (Red+Green+Blue) = 181+19+138=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5138A is #4AEC75. Grayscale: #505050. Windows color (decimal): -4910198 or 9049013. OLE color: 9049013.
HSL color Cylindrical-coordinate representation of color #B5138A: hue angle of 315.93º 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 #B5138A is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 138 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.29 |
| HSL | 315.93º | 0.81% | 0.39% | - |
| HSV(B) | 315.93º | 0.9% | 0.71% | - |
| XYZ | 23.88 | 12.12 | 25.13 | - |
| YUV | 81 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 138 | 0 | 0.90 | 0.24 | 0.29 | 315.93 | 0.81 | 0.39 |
| Hex | B5 | 13 | 8A | 0 | 5A | 18 | 1D | 13C | 51 | 27 |
| Octal | 265 | 23 | 212 | 0 | 132 | 30 | 35 | 474 | 121 | 47 |
| Binary | 10110101 | 10011 | 10001010 | 0 | 1011010 | 11000 | 11101 | 100111100 | 1010001 | 100111 |
Color Harmonies of #B5138A
Complementary color
Monochromatic Colors of #B5138A
Black with #B5138A
Text Example
Text Example
White with #B5138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5138A; }
p { color: rgb(181,19,138); }
H1.HeaderClassName
{
color: #B5138A;
}
.AnyTagClassName
{
color: #B5138A;
}
</style>
background-color css
<style>
a { background-color: #B5138A; }
a { background-color: rgb(181,19,138); }
div.DivClassName
{
background-color: #B5138A;
}
.BgClassName
{
background-color: #B5138A;
}
</style>
border-color css
<style>
span { border-color: #B5138A; }
span { border-color: rgb(181,19,138); }
td.TdClassName
{
border-color: #B5138A;
}
.TagClassName
{
border-color: #B5138A;
}
</style>