Shades of Medium Red Violet #B22390
Tints of Medium Red Violet #B22390
RGB
CMYK
RGB Variations
Color information
#B22390 (or 0xB22390) is known color: Medium Red Violet. HEX triplet: B2, 23 and 90. RGB value is (178,35,144). Sum of RGB (Red+Green+Blue) = 178+35+144=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B22390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22390 is #4DDC6F. Grayscale: #595959. Windows color (decimal): -5102704 or 9446322. OLE color: 9446322.
HSL color Cylindrical-coordinate representation of color #B22390: hue angle of 314.27º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22390 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 144 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.30 |
| HSL | 314.27º | 0.67% | 0.42% | - |
| HSV(B) | 314.27º | 0.8% | 0.7% | - |
| XYZ | 24 | 12.68 | 27.57 | - |
| YUV | 90.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 144 | 0 | 0.80 | 0.19 | 0.30 | 314.27 | 0.67 | 0.42 |
| Hex | B2 | 23 | 90 | 0 | 50 | 13 | 1E | 13A | 43 | 2A |
| Octal | 262 | 43 | 220 | 0 | 120 | 23 | 36 | 472 | 103 | 52 |
| Binary | 10110010 | 100011 | 10010000 | 0 | 1010000 | 10011 | 11110 | 100111010 | 1000011 | 101010 |
Color Harmonies of #B22390
Complementary color
Monochromatic Colors of #B22390
Black with #B22390
Text Example
Text Example
White with #B22390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22390; }
p { color: rgb(178,35,144); }
H1.HeaderClassName
{
color: #B22390;
}
.AnyTagClassName
{
color: #B22390;
}
</style>
background-color css
<style>
a { background-color: #B22390; }
a { background-color: rgb(178,35,144); }
div.DivClassName
{
background-color: #B22390;
}
.BgClassName
{
background-color: #B22390;
}
</style>
border-color css
<style>
span { border-color: #B22390; }
span { border-color: rgb(178,35,144); }
td.TdClassName
{
border-color: #B22390;
}
.TagClassName
{
border-color: #B22390;
}
</style>