Shades of Medium Violet Red #B8198E
Tints of Medium Violet Red #B8198E
RGB
CMYK
RGB Variations
Color information
#B8198E (or 0xB8198E) is known color: Medium Violet Red. HEX triplet: B8, 19 and 8E. RGB value is (184,25,142). Sum of RGB (Red+Green+Blue) = 184+25+142=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8198E is #47E671. Grayscale: #555555. Windows color (decimal): -4712050 or 9312696. OLE color: 9312696.
HSL color Cylindrical-coordinate representation of color #B8198E: hue angle of 315.85º 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 #B8198E is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 142 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.28 |
| HSL | 315.85º | 0.76% | 0.41% | - |
| HSV(B) | 315.85º | 0.86% | 0.72% | - |
| XYZ | 25 | 12.84 | 26.75 | - |
| YUV | 85.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 142 | 0 | 0.86 | 0.23 | 0.28 | 315.85 | 0.76 | 0.41 |
| Hex | B8 | 19 | 8E | 0 | 56 | 17 | 1C | 13C | 4C | 29 |
| Octal | 270 | 31 | 216 | 0 | 126 | 27 | 34 | 474 | 114 | 51 |
| Binary | 10111000 | 11001 | 10001110 | 0 | 1010110 | 10111 | 11100 | 100111100 | 1001100 | 101001 |
Color Harmonies of #B8198E
Complementary color
Monochromatic Colors of #B8198E
Black with #B8198E
Text Example
Text Example
White with #B8198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8198E; }
p { color: rgb(184,25,142); }
H1.HeaderClassName
{
color: #B8198E;
}
.AnyTagClassName
{
color: #B8198E;
}
</style>
background-color css
<style>
a { background-color: #B8198E; }
a { background-color: rgb(184,25,142); }
div.DivClassName
{
background-color: #B8198E;
}
.BgClassName
{
background-color: #B8198E;
}
</style>
border-color css
<style>
span { border-color: #B8198E; }
span { border-color: rgb(184,25,142); }
td.TdClassName
{
border-color: #B8198E;
}
.TagClassName
{
border-color: #B8198E;
}
</style>