Shades of Medium Violet Red #B2197B
Tints of Medium Violet Red #B2197B
RGB
CMYK
RGB Variations
Color information
#B2197B (or 0xB2197B) is known color: Medium Violet Red. HEX triplet: B2, 19 and 7B. RGB value is (178,25,123). Sum of RGB (Red+Green+Blue) = 178+25+123=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2197B is #4DE684. Grayscale: #515151. Windows color (decimal): -5105285 or 8067506. OLE color: 8067506.
HSL color Cylindrical-coordinate representation of color #B2197B: hue angle of 321.57º 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 #B2197B is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 123 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.30 |
| HSL | 321.57º | 0.75% | 0.4% | - |
| HSV(B) | 321.57º | 0.86% | 0.7% | - |
| XYZ | 22.28 | 11.59 | 19.8 | - |
| YUV | 81.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 123 | 0 | 0.86 | 0.31 | 0.30 | 321.57 | 0.75 | 0.4 |
| Hex | B2 | 19 | 7B | 0 | 56 | 1F | 1E | 142 | 4B | 28 |
| Octal | 262 | 31 | 173 | 0 | 126 | 37 | 36 | 502 | 113 | 50 |
| Binary | 10110010 | 11001 | 1111011 | 0 | 1010110 | 11111 | 11110 | 101000010 | 1001011 | 101000 |
Color Harmonies of #B2197B
Complementary color
Monochromatic Colors of #B2197B
Black with #B2197B
Text Example
Text Example
White with #B2197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2197B; }
p { color: rgb(178,25,123); }
H1.HeaderClassName
{
color: #B2197B;
}
.AnyTagClassName
{
color: #B2197B;
}
</style>
background-color css
<style>
a { background-color: #B2197B; }
a { background-color: rgb(178,25,123); }
div.DivClassName
{
background-color: #B2197B;
}
.BgClassName
{
background-color: #B2197B;
}
</style>
border-color css
<style>
span { border-color: #B2197B; }
span { border-color: rgb(178,25,123); }
td.TdClassName
{
border-color: #B2197B;
}
.TagClassName
{
border-color: #B2197B;
}
</style>