Shades of Medium Violet Red #B8198F
Tints of Medium Violet Red #B8198F
RGB
CMYK
RGB Variations
Color information
#B8198F (or 0xB8198F) is known color: Medium Violet Red. HEX triplet: B8, 19 and 8F. RGB value is (184,25,143). Sum of RGB (Red+Green+Blue) = 184+25+143=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8198F is #47E670. Grayscale: #555555. Windows color (decimal): -4712049 or 9378232. OLE color: 9378232.
HSL color Cylindrical-coordinate representation of color #B8198F: hue angle of 315.47º 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 #B8198F is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 143 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.28 |
| HSL | 315.47º | 0.76% | 0.41% | - |
| HSV(B) | 315.47º | 0.86% | 0.72% | - |
| XYZ | 25.07 | 12.87 | 27.15 | - |
| YUV | 85.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 143 | 0 | 0.86 | 0.22 | 0.28 | 315.47 | 0.76 | 0.41 |
| Hex | B8 | 19 | 8F | 0 | 56 | 16 | 1C | 13B | 4C | 29 |
| Octal | 270 | 31 | 217 | 0 | 126 | 26 | 34 | 473 | 114 | 51 |
| Binary | 10111000 | 11001 | 10001111 | 0 | 1010110 | 10110 | 11100 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B8198F
Complementary color
Monochromatic Colors of #B8198F
Black with #B8198F
Text Example
Text Example
White with #B8198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8198F; }
p { color: rgb(184,25,143); }
H1.HeaderClassName
{
color: #B8198F;
}
.AnyTagClassName
{
color: #B8198F;
}
</style>
background-color css
<style>
a { background-color: #B8198F; }
a { background-color: rgb(184,25,143); }
div.DivClassName
{
background-color: #B8198F;
}
.BgClassName
{
background-color: #B8198F;
}
</style>
border-color css
<style>
span { border-color: #B8198F; }
span { border-color: rgb(184,25,143); }
td.TdClassName
{
border-color: #B8198F;
}
.TagClassName
{
border-color: #B8198F;
}
</style>