Shades of Medium Violet Red #B7118A
Tints of Medium Violet Red #B7118A
RGB
CMYK
RGB Variations
Color information
#B7118A (or 0xB7118A) is known color: Medium Violet Red. HEX triplet: B7, 11 and 8A. RGB value is (183,17,138). Sum of RGB (Red+Green+Blue) = 183+17+138=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7118A is #48EE75. Grayscale: #505050. Windows color (decimal): -4779638 or 9048503. OLE color: 9048503.
HSL color Cylindrical-coordinate representation of color #B7118A: hue angle of 316.27º 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 #B7118A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 138 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.28 |
| HSL | 316.27º | 0.83% | 0.39% | - |
| HSV(B) | 316.27º | 0.91% | 0.72% | - |
| XYZ | 24.32 | 12.3 | 25.14 | - |
| YUV | 80.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 138 | 0 | 0.91 | 0.25 | 0.28 | 316.27 | 0.83 | 0.39 |
| Hex | B7 | 11 | 8A | 0 | 5B | 19 | 1C | 13C | 53 | 27 |
| Octal | 267 | 21 | 212 | 0 | 133 | 31 | 34 | 474 | 123 | 47 |
| Binary | 10110111 | 10001 | 10001010 | 0 | 1011011 | 11001 | 11100 | 100111100 | 1010011 | 100111 |
Color Harmonies of #B7118A
Complementary color
Monochromatic Colors of #B7118A
Black with #B7118A
Text Example
Text Example
White with #B7118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7118A; }
p { color: rgb(183,17,138); }
H1.HeaderClassName
{
color: #B7118A;
}
.AnyTagClassName
{
color: #B7118A;
}
</style>
background-color css
<style>
a { background-color: #B7118A; }
a { background-color: rgb(183,17,138); }
div.DivClassName
{
background-color: #B7118A;
}
.BgClassName
{
background-color: #B7118A;
}
</style>
border-color css
<style>
span { border-color: #B7118A; }
span { border-color: rgb(183,17,138); }
td.TdClassName
{
border-color: #B7118A;
}
.TagClassName
{
border-color: #B7118A;
}
</style>