Shades of Medium Violet Red #B5128E
Tints of Medium Violet Red #B5128E
RGB
CMYK
RGB Variations
Color information
#B5128E (or 0xB5128E) is known color: Medium Violet Red. HEX triplet: B5, 12 and 8E. RGB value is (181,18,142). Sum of RGB (Red+Green+Blue) = 181+18+142=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5128E is #4AED71. Grayscale: #505050. Windows color (decimal): -4910450 or 9310901. OLE color: 9310901.
HSL color Cylindrical-coordinate representation of color #B5128E: hue angle of 314.36º degrees, saturation: 0.82, 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 #B5128E is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 142 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.29 |
| HSL | 314.36º | 0.82% | 0.39% | - |
| HSV(B) | 314.36º | 0.9% | 0.71% | - |
| XYZ | 24.15 | 12.21 | 26.67 | - |
| YUV | 80.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 142 | 0 | 0.90 | 0.22 | 0.29 | 314.36 | 0.82 | 0.39 |
| Hex | B5 | 12 | 8E | 0 | 5A | 16 | 1D | 13A | 52 | 27 |
| Octal | 265 | 22 | 216 | 0 | 132 | 26 | 35 | 472 | 122 | 47 |
| Binary | 10110101 | 10010 | 10001110 | 0 | 1011010 | 10110 | 11101 | 100111010 | 1010010 | 100111 |
Color Harmonies of #B5128E
Complementary color
Monochromatic Colors of #B5128E
Black with #B5128E
Text Example
Text Example
White with #B5128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5128E; }
p { color: rgb(181,18,142); }
H1.HeaderClassName
{
color: #B5128E;
}
.AnyTagClassName
{
color: #B5128E;
}
</style>
background-color css
<style>
a { background-color: #B5128E; }
a { background-color: rgb(181,18,142); }
div.DivClassName
{
background-color: #B5128E;
}
.BgClassName
{
background-color: #B5128E;
}
</style>
border-color css
<style>
span { border-color: #B5128E; }
span { border-color: rgb(181,18,142); }
td.TdClassName
{
border-color: #B5128E;
}
.TagClassName
{
border-color: #B5128E;
}
</style>