Shades of Medium Violet Red #B7187D
Tints of Medium Violet Red #B7187D
RGB
CMYK
RGB Variations
Color information
#B7187D (or 0xB7187D) is known color: Medium Violet Red. HEX triplet: B7, 18 and 7D. RGB value is (183,24,125). Sum of RGB (Red+Green+Blue) = 183+24+125=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B7187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7187D is #48E782. Grayscale: #525252. Windows color (decimal): -4777859 or 8198327. OLE color: 8198327.
HSL color Cylindrical-coordinate representation of color #B7187D: hue angle of 321.89º 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 #B7187D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 125 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.28 |
| HSL | 321.89º | 0.77% | 0.41% | - |
| HSV(B) | 321.89º | 0.87% | 0.72% | - |
| XYZ | 23.56 | 12.2 | 20.52 | - |
| YUV | 83.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 125 | 0 | 0.87 | 0.32 | 0.28 | 321.89 | 0.77 | 0.41 |
| Hex | B7 | 18 | 7D | 0 | 57 | 20 | 1C | 142 | 4D | 29 |
| Octal | 267 | 30 | 175 | 0 | 127 | 40 | 34 | 502 | 115 | 51 |
| Binary | 10110111 | 11000 | 1111101 | 0 | 1010111 | 100000 | 11100 | 101000010 | 1001101 | 101001 |
Color Harmonies of #B7187D
Complementary color
Monochromatic Colors of #B7187D
Black with #B7187D
Text Example
Text Example
White with #B7187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7187D; }
p { color: rgb(183,24,125); }
H1.HeaderClassName
{
color: #B7187D;
}
.AnyTagClassName
{
color: #B7187D;
}
</style>
background-color css
<style>
a { background-color: #B7187D; }
a { background-color: rgb(183,24,125); }
div.DivClassName
{
background-color: #B7187D;
}
.BgClassName
{
background-color: #B7187D;
}
</style>
border-color css
<style>
span { border-color: #B7187D; }
span { border-color: rgb(183,24,125); }
td.TdClassName
{
border-color: #B7187D;
}
.TagClassName
{
border-color: #B7187D;
}
</style>