Shades of Medium Violet Red #B7187C
Tints of Medium Violet Red #B7187C
RGB
CMYK
RGB Variations
Color information
#B7187C (or 0xB7187C) is known color: Medium Violet Red. HEX triplet: B7, 18 and 7C. RGB value is (183,24,124). Sum of RGB (Red+Green+Blue) = 183+24+124=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7187C is #48E783. Grayscale: #525252. Windows color (decimal): -4777860 or 8132791. OLE color: 8132791.
HSL color Cylindrical-coordinate representation of color #B7187C: hue angle of 322.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7187C is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 124 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.28 |
| HSL | 322.26º | 0.77% | 0.41% | - |
| HSV(B) | 322.26º | 0.87% | 0.72% | - |
| XYZ | 23.49 | 12.18 | 20.18 | - |
| YUV | 82.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 124 | 0 | 0.87 | 0.32 | 0.28 | 322.26 | 0.77 | 0.41 |
| Hex | B7 | 18 | 7C | 0 | 57 | 20 | 1C | 142 | 4D | 29 |
| Octal | 267 | 30 | 174 | 0 | 127 | 40 | 34 | 502 | 115 | 51 |
| Binary | 10110111 | 11000 | 1111100 | 0 | 1010111 | 100000 | 11100 | 101000010 | 1001101 | 101001 |
Color Harmonies of #B7187C
Complementary color
Monochromatic Colors of #B7187C
Black with #B7187C
Text Example
Text Example
White with #B7187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7187C; }
p { color: rgb(183,24,124); }
H1.HeaderClassName
{
color: #B7187C;
}
.AnyTagClassName
{
color: #B7187C;
}
</style>
background-color css
<style>
a { background-color: #B7187C; }
a { background-color: rgb(183,24,124); }
div.DivClassName
{
background-color: #B7187C;
}
.BgClassName
{
background-color: #B7187C;
}
</style>
border-color css
<style>
span { border-color: #B7187C; }
span { border-color: rgb(183,24,124); }
td.TdClassName
{
border-color: #B7187C;
}
.TagClassName
{
border-color: #B7187C;
}
</style>