Shades of Medium Violet Red #B8166F
Tints of Medium Violet Red #B8166F
RGB
CMYK
RGB Variations
Color information
#B8166F (or 0xB8166F) is known color: Medium Violet Red. HEX triplet: B8, 16 and 6F. RGB value is (184,22,111). Sum of RGB (Red+Green+Blue) = 184+22+111=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8166F is #47E990. Grayscale: #505050. Windows color (decimal): -4712849 or 7280312. OLE color: 7280312.
HSL color Cylindrical-coordinate representation of color #B8166F: hue angle of 327.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8166F is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 111 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.28 |
| HSL | 327.04º | 0.79% | 0.4% | - |
| HSV(B) | 327.04º | 0.88% | 0.72% | - |
| XYZ | 22.92 | 11.91 | 16.13 | - |
| YUV | 80.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 111 | 0 | 0.88 | 0.40 | 0.28 | 327.04 | 0.79 | 0.4 |
| Hex | B8 | 16 | 6F | 0 | 58 | 28 | 1C | 147 | 4F | 28 |
| Octal | 270 | 26 | 157 | 0 | 130 | 50 | 34 | 507 | 117 | 50 |
| Binary | 10111000 | 10110 | 1101111 | 0 | 1011000 | 101000 | 11100 | 101000111 | 1001111 | 101000 |
Color Harmonies of #B8166F
Complementary color
Monochromatic Colors of #B8166F
Black with #B8166F
Text Example
Text Example
White with #B8166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8166F; }
p { color: rgb(184,22,111); }
H1.HeaderClassName
{
color: #B8166F;
}
.AnyTagClassName
{
color: #B8166F;
}
</style>
background-color css
<style>
a { background-color: #B8166F; }
a { background-color: rgb(184,22,111); }
div.DivClassName
{
background-color: #B8166F;
}
.BgClassName
{
background-color: #B8166F;
}
</style>
border-color css
<style>
span { border-color: #B8166F; }
span { border-color: rgb(184,22,111); }
td.TdClassName
{
border-color: #B8166F;
}
.TagClassName
{
border-color: #B8166F;
}
</style>