Shades of Medium Violet Red #B5188C
Tints of Medium Violet Red #B5188C
RGB
CMYK
RGB Variations
Color information
#B5188C (or 0xB5188C) is known color: Medium Violet Red. HEX triplet: B5, 18 and 8C. RGB value is (181,24,140). Sum of RGB (Red+Green+Blue) = 181+24+140=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5188C is #4AE773. Grayscale: #535353. Windows color (decimal): -4908916 or 9181365. OLE color: 9181365.
HSL color Cylindrical-coordinate representation of color #B5188C: hue angle of 315.67º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5188C is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 140 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.29 |
| HSL | 315.67º | 0.77% | 0.4% | - |
| HSV(B) | 315.67º | 0.87% | 0.71% | - |
| XYZ | 24.12 | 12.37 | 25.93 | - |
| YUV | 84.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 140 | 0 | 0.87 | 0.23 | 0.29 | 315.67 | 0.77 | 0.4 |
| Hex | B5 | 18 | 8C | 0 | 57 | 17 | 1D | 13C | 4D | 28 |
| Octal | 265 | 30 | 214 | 0 | 127 | 27 | 35 | 474 | 115 | 50 |
| Binary | 10110101 | 11000 | 10001100 | 0 | 1010111 | 10111 | 11101 | 100111100 | 1001101 | 101000 |
Color Harmonies of #B5188C
Complementary color
Monochromatic Colors of #B5188C
Black with #B5188C
Text Example
Text Example
White with #B5188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5188C; }
p { color: rgb(181,24,140); }
H1.HeaderClassName
{
color: #B5188C;
}
.AnyTagClassName
{
color: #B5188C;
}
</style>
background-color css
<style>
a { background-color: #B5188C; }
a { background-color: rgb(181,24,140); }
div.DivClassName
{
background-color: #B5188C;
}
.BgClassName
{
background-color: #B5188C;
}
</style>
border-color css
<style>
span { border-color: #B5188C; }
span { border-color: rgb(181,24,140); }
td.TdClassName
{
border-color: #B5188C;
}
.TagClassName
{
border-color: #B5188C;
}
</style>