Shades of Medium Violet Red #B3198C
Tints of Medium Violet Red #B3198C
RGB
CMYK
RGB Variations
Color information
#B3198C (or 0xB3198C) is known color: Medium Violet Red. HEX triplet: B3, 19 and 8C. RGB value is (179,25,140). Sum of RGB (Red+Green+Blue) = 179+25+140=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3198C is #4CE673. Grayscale: #535353. Windows color (decimal): -5039732 or 9181619. OLE color: 9181619.
HSL color Cylindrical-coordinate representation of color #B3198C: hue angle of 315.19º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3198C is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 140 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.30 |
| HSL | 315.19º | 0.75% | 0.4% | - |
| HSV(B) | 315.19º | 0.86% | 0.7% | - |
| XYZ | 23.67 | 12.17 | 25.91 | - |
| YUV | 84.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 140 | 0 | 0.86 | 0.22 | 0.30 | 315.19 | 0.75 | 0.4 |
| Hex | B3 | 19 | 8C | 0 | 56 | 16 | 1E | 13B | 4B | 28 |
| Octal | 263 | 31 | 214 | 0 | 126 | 26 | 36 | 473 | 113 | 50 |
| Binary | 10110011 | 11001 | 10001100 | 0 | 1010110 | 10110 | 11110 | 100111011 | 1001011 | 101000 |
Color Harmonies of #B3198C
Complementary color
Monochromatic Colors of #B3198C
Black with #B3198C
Text Example
Text Example
White with #B3198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3198C; }
p { color: rgb(179,25,140); }
H1.HeaderClassName
{
color: #B3198C;
}
.AnyTagClassName
{
color: #B3198C;
}
</style>
background-color css
<style>
a { background-color: #B3198C; }
a { background-color: rgb(179,25,140); }
div.DivClassName
{
background-color: #B3198C;
}
.BgClassName
{
background-color: #B3198C;
}
</style>
border-color css
<style>
span { border-color: #B3198C; }
span { border-color: rgb(179,25,140); }
td.TdClassName
{
border-color: #B3198C;
}
.TagClassName
{
border-color: #B3198C;
}
</style>