Shades of Medium Violet Red #B7118D
Tints of Medium Violet Red #B7118D
RGB
CMYK
RGB Variations
Color information
#B7118D (or 0xB7118D) is known color: Medium Violet Red. HEX triplet: B7, 11 and 8D. RGB value is (183,17,141). Sum of RGB (Red+Green+Blue) = 183+17+141=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7118D is #48EE72. Grayscale: #505050. Windows color (decimal): -4779635 or 9245111. OLE color: 9245111.
HSL color Cylindrical-coordinate representation of color #B7118D: hue angle of 315.18º 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 #B7118D is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 141 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.28 |
| HSL | 315.18º | 0.83% | 0.39% | - |
| HSV(B) | 315.18º | 0.91% | 0.72% | - |
| XYZ | 24.54 | 12.39 | 26.3 | - |
| YUV | 80.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 141 | 0 | 0.91 | 0.23 | 0.28 | 315.18 | 0.83 | 0.39 |
| Hex | B7 | 11 | 8D | 0 | 5B | 17 | 1C | 13B | 53 | 27 |
| Octal | 267 | 21 | 215 | 0 | 133 | 27 | 34 | 473 | 123 | 47 |
| Binary | 10110111 | 10001 | 10001101 | 0 | 1011011 | 10111 | 11100 | 100111011 | 1010011 | 100111 |
Color Harmonies of #B7118D
Complementary color
Monochromatic Colors of #B7118D
Black with #B7118D
Text Example
Text Example
White with #B7118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7118D; }
p { color: rgb(183,17,141); }
H1.HeaderClassName
{
color: #B7118D;
}
.AnyTagClassName
{
color: #B7118D;
}
</style>
background-color css
<style>
a { background-color: #B7118D; }
a { background-color: rgb(183,17,141); }
div.DivClassName
{
background-color: #B7118D;
}
.BgClassName
{
background-color: #B7118D;
}
</style>
border-color css
<style>
span { border-color: #B7118D; }
span { border-color: rgb(183,17,141); }
td.TdClassName
{
border-color: #B7118D;
}
.TagClassName
{
border-color: #B7118D;
}
</style>