Shades of Medium Violet Red #B7198C
Tints of Medium Violet Red #B7198C
RGB
CMYK
RGB Variations
Color information
#B7198C (or 0xB7198C) is known color: Medium Violet Red. HEX triplet: B7, 19 and 8C. RGB value is (183,25,140). Sum of RGB (Red+Green+Blue) = 183+25+140=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7198C is #48E673. Grayscale: #555555. Windows color (decimal): -4777588 or 9181623. OLE color: 9181623.
HSL color Cylindrical-coordinate representation of color #B7198C: hue angle of 316.33º 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 #B7198C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 140 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.28 |
| HSL | 316.33º | 0.76% | 0.41% | - |
| HSV(B) | 316.33º | 0.86% | 0.72% | - |
| XYZ | 24.61 | 12.66 | 25.96 | - |
| YUV | 85.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 140 | 0 | 0.86 | 0.23 | 0.28 | 316.33 | 0.76 | 0.41 |
| Hex | B7 | 19 | 8C | 0 | 56 | 17 | 1C | 13C | 4C | 29 |
| Octal | 267 | 31 | 214 | 0 | 126 | 27 | 34 | 474 | 114 | 51 |
| Binary | 10110111 | 11001 | 10001100 | 0 | 1010110 | 10111 | 11100 | 100111100 | 1001100 | 101001 |
Color Harmonies of #B7198C
Complementary color
Monochromatic Colors of #B7198C
Black with #B7198C
Text Example
Text Example
White with #B7198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7198C; }
p { color: rgb(183,25,140); }
H1.HeaderClassName
{
color: #B7198C;
}
.AnyTagClassName
{
color: #B7198C;
}
</style>
background-color css
<style>
a { background-color: #B7198C; }
a { background-color: rgb(183,25,140); }
div.DivClassName
{
background-color: #B7198C;
}
.BgClassName
{
background-color: #B7198C;
}
</style>
border-color css
<style>
span { border-color: #B7198C; }
span { border-color: rgb(183,25,140); }
td.TdClassName
{
border-color: #B7198C;
}
.TagClassName
{
border-color: #B7198C;
}
</style>