Shades of Medium Violet Red #B2197C
Tints of Medium Violet Red #B2197C
RGB
CMYK
RGB Variations
Color information
#B2197C (or 0xB2197C) is known color: Medium Violet Red. HEX triplet: B2, 19 and 7C. RGB value is (178,25,124). Sum of RGB (Red+Green+Blue) = 178+25+124=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197C is #4DE683. Grayscale: #515151. Windows color (decimal): -5105284 or 8133042. OLE color: 8133042.
HSL color Cylindrical-coordinate representation of color #B2197C: hue angle of 321.18º 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 #B2197C is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 124 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.30 |
| HSL | 321.18º | 0.75% | 0.4% | - |
| HSV(B) | 321.18º | 0.86% | 0.7% | - |
| XYZ | 22.35 | 11.62 | 20.13 | - |
| YUV | 82.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 124 | 0 | 0.86 | 0.30 | 0.30 | 321.18 | 0.75 | 0.4 |
| Hex | B2 | 19 | 7C | 0 | 56 | 1E | 1E | 141 | 4B | 28 |
| Octal | 262 | 31 | 174 | 0 | 126 | 36 | 36 | 501 | 113 | 50 |
| Binary | 10110010 | 11001 | 1111100 | 0 | 1010110 | 11110 | 11110 | 101000001 | 1001011 | 101000 |
Color Harmonies of #B2197C
Complementary color
Monochromatic Colors of #B2197C
Black with #B2197C
Text Example
Text Example
White with #B2197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2197C; }
p { color: rgb(178,25,124); }
H1.HeaderClassName
{
color: #B2197C;
}
.AnyTagClassName
{
color: #B2197C;
}
</style>
background-color css
<style>
a { background-color: #B2197C; }
a { background-color: rgb(178,25,124); }
div.DivClassName
{
background-color: #B2197C;
}
.BgClassName
{
background-color: #B2197C;
}
</style>
border-color css
<style>
span { border-color: #B2197C; }
span { border-color: rgb(178,25,124); }
td.TdClassName
{
border-color: #B2197C;
}
.TagClassName
{
border-color: #B2197C;
}
</style>