Shades of Medium Violet Red #B7118E
Tints of Medium Violet Red #B7118E
RGB
CMYK
RGB Variations
Color information
#B7118E (or 0xB7118E) is known color: Medium Violet Red. HEX triplet: B7, 11 and 8E. RGB value is (183,17,142). Sum of RGB (Red+Green+Blue) = 183+17+142=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7118E is #48EE71. Grayscale: #505050. Windows color (decimal): -4779634 or 9310647. OLE color: 9310647.
HSL color Cylindrical-coordinate representation of color #B7118E: hue angle of 314.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7118E is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 142 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.28 |
| HSL | 314.82º | 0.83% | 0.39% | - |
| HSV(B) | 314.82º | 0.91% | 0.72% | - |
| XYZ | 24.61 | 12.42 | 26.69 | - |
| YUV | 80.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 142 | 0 | 0.91 | 0.22 | 0.28 | 314.82 | 0.83 | 0.39 |
| Hex | B7 | 11 | 8E | 0 | 5B | 16 | 1C | 13B | 53 | 27 |
| Octal | 267 | 21 | 216 | 0 | 133 | 26 | 34 | 473 | 123 | 47 |
| Binary | 10110111 | 10001 | 10001110 | 0 | 1011011 | 10110 | 11100 | 100111011 | 1010011 | 100111 |
Color Harmonies of #B7118E
Complementary color
Monochromatic Colors of #B7118E
Black with #B7118E
Text Example
Text Example
White with #B7118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7118E; }
p { color: rgb(183,17,142); }
H1.HeaderClassName
{
color: #B7118E;
}
.AnyTagClassName
{
color: #B7118E;
}
</style>
background-color css
<style>
a { background-color: #B7118E; }
a { background-color: rgb(183,17,142); }
div.DivClassName
{
background-color: #B7118E;
}
.BgClassName
{
background-color: #B7118E;
}
</style>
border-color css
<style>
span { border-color: #B7118E; }
span { border-color: rgb(183,17,142); }
td.TdClassName
{
border-color: #B7118E;
}
.TagClassName
{
border-color: #B7118E;
}
</style>