Shades of Medium Violet Red #B7198F
Tints of Medium Violet Red #B7198F
RGB
CMYK
RGB Variations
Color information
#B7198F (or 0xB7198F) is known color: Medium Violet Red. HEX triplet: B7, 19 and 8F. RGB value is (183,25,143). Sum of RGB (Red+Green+Blue) = 183+25+143=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B7198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7198F is #48E670. Grayscale: #555555. Windows color (decimal): -4777585 or 9378231. OLE color: 9378231.
HSL color Cylindrical-coordinate representation of color #B7198F: hue angle of 315.19º 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 #B7198F is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 143 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.28 |
| HSL | 315.19º | 0.76% | 0.41% | - |
| HSV(B) | 315.19º | 0.86% | 0.72% | - |
| XYZ | 24.83 | 12.75 | 27.14 | - |
| YUV | 85.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 143 | 0 | 0.86 | 0.22 | 0.28 | 315.19 | 0.76 | 0.41 |
| Hex | B7 | 19 | 8F | 0 | 56 | 16 | 1C | 13B | 4C | 29 |
| Octal | 267 | 31 | 217 | 0 | 126 | 26 | 34 | 473 | 114 | 51 |
| Binary | 10110111 | 11001 | 10001111 | 0 | 1010110 | 10110 | 11100 | 100111011 | 1001100 | 101001 |
Color Harmonies of #B7198F
Complementary color
Monochromatic Colors of #B7198F
Black with #B7198F
Text Example
Text Example
White with #B7198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7198F; }
p { color: rgb(183,25,143); }
H1.HeaderClassName
{
color: #B7198F;
}
.AnyTagClassName
{
color: #B7198F;
}
</style>
background-color css
<style>
a { background-color: #B7198F; }
a { background-color: rgb(183,25,143); }
div.DivClassName
{
background-color: #B7198F;
}
.BgClassName
{
background-color: #B7198F;
}
</style>
border-color css
<style>
span { border-color: #B7198F; }
span { border-color: rgb(183,25,143); }
td.TdClassName
{
border-color: #B7198F;
}
.TagClassName
{
border-color: #B7198F;
}
</style>