Shades of Medium Violet Red #B5187C
Tints of Medium Violet Red #B5187C
RGB
CMYK
RGB Variations
Color information
#B5187C (or 0xB5187C) is known color: Medium Violet Red. HEX triplet: B5, 18 and 7C. RGB value is (181,24,124). Sum of RGB (Red+Green+Blue) = 181+24+124=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5187C is #4AE783. Grayscale: #525252. Windows color (decimal): -4908932 or 8132789. OLE color: 8132789.
HSL color Cylindrical-coordinate representation of color #B5187C: hue angle of 321.78º 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 #B5187C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 124 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.29 |
| HSL | 321.78º | 0.77% | 0.4% | - |
| HSV(B) | 321.78º | 0.87% | 0.71% | - |
| XYZ | 23.02 | 11.93 | 20.16 | - |
| YUV | 82.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 124 | 0 | 0.87 | 0.31 | 0.29 | 321.78 | 0.77 | 0.4 |
| Hex | B5 | 18 | 7C | 0 | 57 | 1F | 1D | 142 | 4D | 28 |
| Octal | 265 | 30 | 174 | 0 | 127 | 37 | 35 | 502 | 115 | 50 |
| Binary | 10110101 | 11000 | 1111100 | 0 | 1010111 | 11111 | 11101 | 101000010 | 1001101 | 101000 |
Color Harmonies of #B5187C
Complementary color
Monochromatic Colors of #B5187C
Black with #B5187C
Text Example
Text Example
White with #B5187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5187C; }
p { color: rgb(181,24,124); }
H1.HeaderClassName
{
color: #B5187C;
}
.AnyTagClassName
{
color: #B5187C;
}
</style>
background-color css
<style>
a { background-color: #B5187C; }
a { background-color: rgb(181,24,124); }
div.DivClassName
{
background-color: #B5187C;
}
.BgClassName
{
background-color: #B5187C;
}
</style>
border-color css
<style>
span { border-color: #B5187C; }
span { border-color: rgb(181,24,124); }
td.TdClassName
{
border-color: #B5187C;
}
.TagClassName
{
border-color: #B5187C;
}
</style>