Shades of Medium Violet Red #B5128C
Tints of Medium Violet Red #B5128C
RGB
CMYK
RGB Variations
Color information
#B5128C (or 0xB5128C) is known color: Medium Violet Red. HEX triplet: B5, 12 and 8C. RGB value is (181,18,140). Sum of RGB (Red+Green+Blue) = 181+18+140=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5128C is #4AED73. Grayscale: #505050. Windows color (decimal): -4910452 or 9179829. OLE color: 9179829.
HSL color Cylindrical-coordinate representation of color #B5128C: hue angle of 315.09º 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 #B5128C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 140 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.29 |
| HSL | 315.09º | 0.82% | 0.39% | - |
| HSV(B) | 315.09º | 0.9% | 0.71% | - |
| XYZ | 24.01 | 12.15 | 25.89 | - |
| YUV | 80.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 140 | 0 | 0.90 | 0.23 | 0.29 | 315.09 | 0.82 | 0.39 |
| Hex | B5 | 12 | 8C | 0 | 5A | 17 | 1D | 13B | 52 | 27 |
| Octal | 265 | 22 | 214 | 0 | 132 | 27 | 35 | 473 | 122 | 47 |
| Binary | 10110101 | 10010 | 10001100 | 0 | 1011010 | 10111 | 11101 | 100111011 | 1010010 | 100111 |
Color Harmonies of #B5128C
Complementary color
Monochromatic Colors of #B5128C
Black with #B5128C
Text Example
Text Example
White with #B5128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5128C; }
p { color: rgb(181,18,140); }
H1.HeaderClassName
{
color: #B5128C;
}
.AnyTagClassName
{
color: #B5128C;
}
</style>
background-color css
<style>
a { background-color: #B5128C; }
a { background-color: rgb(181,18,140); }
div.DivClassName
{
background-color: #B5128C;
}
.BgClassName
{
background-color: #B5128C;
}
</style>
border-color css
<style>
span { border-color: #B5128C; }
span { border-color: rgb(181,18,140); }
td.TdClassName
{
border-color: #B5128C;
}
.TagClassName
{
border-color: #B5128C;
}
</style>