Shades of Medium Violet Red #B2199E
Tints of Medium Violet Red #B2199E
RGB
CMYK
RGB Variations
Color information
#B2199E (or 0xB2199E) is known color: Medium Violet Red. HEX triplet: B2, 19 and 9E. RGB value is (178,25,158). Sum of RGB (Red+Green+Blue) = 178+25+158=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2199E is #4DE661. Grayscale: #555555. Windows color (decimal): -5105250 or 10361266. OLE color: 10361266.
HSL color Cylindrical-coordinate representation of color #B2199E: hue angle of 307.84º 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 #B2199E is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 158 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.30 |
| HSL | 307.84º | 0.75% | 0.4% | - |
| HSV(B) | 307.84º | 0.86% | 0.7% | - |
| XYZ | 24.88 | 12.63 | 33.47 | - |
| YUV | 85.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 158 | 0 | 0.86 | 0.11 | 0.30 | 307.84 | 0.75 | 0.4 |
| Hex | B2 | 19 | 9E | 0 | 56 | B | 1E | 134 | 4B | 28 |
| Octal | 262 | 31 | 236 | 0 | 126 | 13 | 36 | 464 | 113 | 50 |
| Binary | 10110010 | 11001 | 10011110 | 0 | 1010110 | 1011 | 11110 | 100110100 | 1001011 | 101000 |
Color Harmonies of #B2199E
Complementary color
Monochromatic Colors of #B2199E
Black with #B2199E
Text Example
Text Example
White with #B2199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2199E; }
p { color: rgb(178,25,158); }
H1.HeaderClassName
{
color: #B2199E;
}
.AnyTagClassName
{
color: #B2199E;
}
</style>
background-color css
<style>
a { background-color: #B2199E; }
a { background-color: rgb(178,25,158); }
div.DivClassName
{
background-color: #B2199E;
}
.BgClassName
{
background-color: #B2199E;
}
</style>
border-color css
<style>
span { border-color: #B2199E; }
span { border-color: rgb(178,25,158); }
td.TdClassName
{
border-color: #B2199E;
}
.TagClassName
{
border-color: #B2199E;
}
</style>