Shades of Medium Violet Red #B8196F
Tints of Medium Violet Red #B8196F
RGB
CMYK
RGB Variations
Color information
#B8196F (or 0xB8196F) is known color: Medium Violet Red. HEX triplet: B8, 19 and 6F. RGB value is (184,25,111). Sum of RGB (Red+Green+Blue) = 184+25+111=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B8196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8196F is #47E690. Grayscale: #525252. Windows color (decimal): -4712081 or 7281080. OLE color: 7281080.
HSL color Cylindrical-coordinate representation of color #B8196F: hue angle of 327.55º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8196F is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 111 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.28 |
| HSL | 327.55º | 0.76% | 0.41% | - |
| HSV(B) | 327.55º | 0.86% | 0.72% | - |
| XYZ | 22.98 | 12.03 | 16.15 | - |
| YUV | 82.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 111 | 0 | 0.86 | 0.40 | 0.28 | 327.55 | 0.76 | 0.41 |
| Hex | B8 | 19 | 6F | 0 | 56 | 28 | 1C | 148 | 4C | 29 |
| Octal | 270 | 31 | 157 | 0 | 126 | 50 | 34 | 510 | 114 | 51 |
| Binary | 10111000 | 11001 | 1101111 | 0 | 1010110 | 101000 | 11100 | 101001000 | 1001100 | 101001 |
Color Harmonies of #B8196F
Complementary color
Monochromatic Colors of #B8196F
Black with #B8196F
Text Example
Text Example
White with #B8196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8196F; }
p { color: rgb(184,25,111); }
H1.HeaderClassName
{
color: #B8196F;
}
.AnyTagClassName
{
color: #B8196F;
}
</style>
background-color css
<style>
a { background-color: #B8196F; }
a { background-color: rgb(184,25,111); }
div.DivClassName
{
background-color: #B8196F;
}
.BgClassName
{
background-color: #B8196F;
}
</style>
border-color css
<style>
span { border-color: #B8196F; }
span { border-color: rgb(184,25,111); }
td.TdClassName
{
border-color: #B8196F;
}
.TagClassName
{
border-color: #B8196F;
}
</style>