Shades of Medium Violet Red #B2198B
Tints of Medium Violet Red #B2198B
RGB
CMYK
RGB Variations
Color information
#B2198B (or 0xB2198B) is known color: Medium Violet Red. HEX triplet: B2, 19 and 8B. RGB value is (178,25,139). Sum of RGB (Red+Green+Blue) = 178+25+139=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2198B is #4DE674. Grayscale: #535353. Windows color (decimal): -5105269 or 9116082. OLE color: 9116082.
HSL color Cylindrical-coordinate representation of color #B2198B: hue angle of 315.29º 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 #B2198B is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 139 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.30 |
| HSL | 315.29º | 0.75% | 0.4% | - |
| HSV(B) | 315.29º | 0.86% | 0.7% | - |
| XYZ | 23.37 | 12.02 | 25.52 | - |
| YUV | 83.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 139 | 0 | 0.86 | 0.22 | 0.30 | 315.29 | 0.75 | 0.4 |
| Hex | B2 | 19 | 8B | 0 | 56 | 16 | 1E | 13B | 4B | 28 |
| Octal | 262 | 31 | 213 | 0 | 126 | 26 | 36 | 473 | 113 | 50 |
| Binary | 10110010 | 11001 | 10001011 | 0 | 1010110 | 10110 | 11110 | 100111011 | 1001011 | 101000 |
Color Harmonies of #B2198B
Complementary color
Monochromatic Colors of #B2198B
Black with #B2198B
Text Example
Text Example
White with #B2198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2198B; }
p { color: rgb(178,25,139); }
H1.HeaderClassName
{
color: #B2198B;
}
.AnyTagClassName
{
color: #B2198B;
}
</style>
background-color css
<style>
a { background-color: #B2198B; }
a { background-color: rgb(178,25,139); }
div.DivClassName
{
background-color: #B2198B;
}
.BgClassName
{
background-color: #B2198B;
}
</style>
border-color css
<style>
span { border-color: #B2198B; }
span { border-color: rgb(178,25,139); }
td.TdClassName
{
border-color: #B2198B;
}
.TagClassName
{
border-color: #B2198B;
}
</style>