Shades of Medium Red Violet #B22190
Tints of Medium Red Violet #B22190
RGB
CMYK
RGB Variations
Color information
#B22190 (or 0xB22190) is known color: Medium Red Violet. HEX triplet: B2, 21 and 90. RGB value is (178,33,144). Sum of RGB (Red+Green+Blue) = 178+33+144=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B22190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22190 is #4DDE6F. Grayscale: #585858. Windows color (decimal): -5103216 or 9445810. OLE color: 9445810.
HSL color Cylindrical-coordinate representation of color #B22190: hue angle of 314.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22190 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 144 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.30 |
| HSL | 314.07º | 0.69% | 0.41% | - |
| HSV(B) | 314.07º | 0.81% | 0.7% | - |
| XYZ | 23.94 | 12.57 | 27.55 | - |
| YUV | 89.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 144 | 0 | 0.81 | 0.19 | 0.30 | 314.07 | 0.69 | 0.41 |
| Hex | B2 | 21 | 90 | 0 | 51 | 13 | 1E | 13A | 45 | 29 |
| Octal | 262 | 41 | 220 | 0 | 121 | 23 | 36 | 472 | 105 | 51 |
| Binary | 10110010 | 100001 | 10010000 | 0 | 1010001 | 10011 | 11110 | 100111010 | 1000101 | 101001 |
Color Harmonies of #B22190
Complementary color
Monochromatic Colors of #B22190
Black with #B22190
Text Example
Text Example
White with #B22190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22190; }
p { color: rgb(178,33,144); }
H1.HeaderClassName
{
color: #B22190;
}
.AnyTagClassName
{
color: #B22190;
}
</style>
background-color css
<style>
a { background-color: #B22190; }
a { background-color: rgb(178,33,144); }
div.DivClassName
{
background-color: #B22190;
}
.BgClassName
{
background-color: #B22190;
}
</style>
border-color css
<style>
span { border-color: #B22190; }
span { border-color: rgb(178,33,144); }
td.TdClassName
{
border-color: #B22190;
}
.TagClassName
{
border-color: #B22190;
}
</style>