Shades of Medium Violet Red #B2118C
Tints of Medium Violet Red #B2118C
RGB
CMYK
RGB Variations
Color information
#B2118C (or 0xB2118C) is known color: Medium Violet Red. HEX triplet: B2, 11 and 8C. RGB value is (178,17,140). Sum of RGB (Red+Green+Blue) = 178+17+140=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2118C is #4DEE73. Grayscale: #4E4E4E. Windows color (decimal): -5107316 or 9179570. OLE color: 9179570.
HSL color Cylindrical-coordinate representation of color #B2118C: hue angle of 314.16º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2118C is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 140 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.30 |
| HSL | 314.16º | 0.83% | 0.38% | - |
| HSV(B) | 314.16º | 0.9% | 0.7% | - |
| XYZ | 23.29 | 11.76 | 25.85 | - |
| YUV | 79.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 140 | 0 | 0.90 | 0.21 | 0.30 | 314.16 | 0.83 | 0.38 |
| Hex | B2 | 11 | 8C | 0 | 5A | 15 | 1E | 13A | 53 | 26 |
| Octal | 262 | 21 | 214 | 0 | 132 | 25 | 36 | 472 | 123 | 46 |
| Binary | 10110010 | 10001 | 10001100 | 0 | 1011010 | 10101 | 11110 | 100111010 | 1010011 | 100110 |
Color Harmonies of #B2118C
Complementary color
Monochromatic Colors of #B2118C
Black with #B2118C
Text Example
Text Example
White with #B2118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2118C; }
p { color: rgb(178,17,140); }
H1.HeaderClassName
{
color: #B2118C;
}
.AnyTagClassName
{
color: #B2118C;
}
</style>
background-color css
<style>
a { background-color: #B2118C; }
a { background-color: rgb(178,17,140); }
div.DivClassName
{
background-color: #B2118C;
}
.BgClassName
{
background-color: #B2118C;
}
</style>
border-color css
<style>
span { border-color: #B2118C; }
span { border-color: rgb(178,17,140); }
td.TdClassName
{
border-color: #B2118C;
}
.TagClassName
{
border-color: #B2118C;
}
</style>