Shades of Medium Violet Red #B2197F
Tints of Medium Violet Red #B2197F
RGB
CMYK
RGB Variations
Color information
#B2197F (or 0xB2197F) is known color: Medium Violet Red. HEX triplet: B2, 19 and 7F. RGB value is (178,25,127). Sum of RGB (Red+Green+Blue) = 178+25+127=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197F is #4DE680. Grayscale: #525252. Windows color (decimal): -5105281 or 8329650. OLE color: 8329650.
HSL color Cylindrical-coordinate representation of color #B2197F: hue angle of 320º 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 #B2197F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 127 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.30 |
| HSL | 320º | 0.75% | 0.4% | - |
| HSV(B) | 320º | 0.86% | 0.7% | - |
| XYZ | 22.54 | 11.69 | 21.15 | - |
| YUV | 82.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 127 | 0 | 0.86 | 0.29 | 0.30 | 320 | 0.75 | 0.4 |
| Hex | B2 | 19 | 7F | 0 | 56 | 1D | 1E | 140 | 4B | 28 |
| Octal | 262 | 31 | 177 | 0 | 126 | 35 | 36 | 500 | 113 | 50 |
| Binary | 10110010 | 11001 | 1111111 | 0 | 1010110 | 11101 | 11110 | 101000000 | 1001011 | 101000 |
Color Harmonies of #B2197F
Complementary color
Monochromatic Colors of #B2197F
Black with #B2197F
Text Example
Text Example
White with #B2197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2197F; }
p { color: rgb(178,25,127); }
H1.HeaderClassName
{
color: #B2197F;
}
.AnyTagClassName
{
color: #B2197F;
}
</style>
background-color css
<style>
a { background-color: #B2197F; }
a { background-color: rgb(178,25,127); }
div.DivClassName
{
background-color: #B2197F;
}
.BgClassName
{
background-color: #B2197F;
}
</style>
border-color css
<style>
span { border-color: #B2197F; }
span { border-color: rgb(178,25,127); }
td.TdClassName
{
border-color: #B2197F;
}
.TagClassName
{
border-color: #B2197F;
}
</style>