Shades of Medium Violet Red #B7118B
Tints of Medium Violet Red #B7118B
RGB
CMYK
RGB Variations
Color information
#B7118B (or 0xB7118B) is known color: Medium Violet Red. HEX triplet: B7, 11 and 8B. RGB value is (183,17,139). Sum of RGB (Red+Green+Blue) = 183+17+139=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7118B is #48EE74. Grayscale: #505050. Windows color (decimal): -4779637 or 9114039. OLE color: 9114039.
HSL color Cylindrical-coordinate representation of color #B7118B: hue angle of 315.9º 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 #B7118B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.28 |
| HSL | 315.9º | 0.83% | 0.39% | - |
| HSV(B) | 315.9º | 0.91% | 0.72% | - |
| XYZ | 24.39 | 12.33 | 25.52 | - |
| YUV | 80.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 139 | 0 | 0.91 | 0.24 | 0.28 | 315.9 | 0.83 | 0.39 |
| Hex | B7 | 11 | 8B | 0 | 5B | 18 | 1C | 13C | 53 | 27 |
| Octal | 267 | 21 | 213 | 0 | 133 | 30 | 34 | 474 | 123 | 47 |
| Binary | 10110111 | 10001 | 10001011 | 0 | 1011011 | 11000 | 11100 | 100111100 | 1010011 | 100111 |
Color Harmonies of #B7118B
Complementary color
Monochromatic Colors of #B7118B
Black with #B7118B
Text Example
Text Example
White with #B7118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7118B; }
p { color: rgb(183,17,139); }
H1.HeaderClassName
{
color: #B7118B;
}
.AnyTagClassName
{
color: #B7118B;
}
</style>
background-color css
<style>
a { background-color: #B7118B; }
a { background-color: rgb(183,17,139); }
div.DivClassName
{
background-color: #B7118B;
}
.BgClassName
{
background-color: #B7118B;
}
</style>
border-color css
<style>
span { border-color: #B7118B; }
span { border-color: rgb(183,17,139); }
td.TdClassName
{
border-color: #B7118B;
}
.TagClassName
{
border-color: #B7118B;
}
</style>