Shades of Medium Red Violet #B22490
Tints of Medium Red Violet #B22490
RGB
CMYK
RGB Variations
Color information
#B22490 (or 0xB22490) is known color: Medium Red Violet. HEX triplet: B2, 24 and 90. RGB value is (178,36,144). Sum of RGB (Red+Green+Blue) = 178+36+144=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B22490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22490 is #4DDB6F. Grayscale: #5A5A5A. Windows color (decimal): -5102448 or 9446578. OLE color: 9446578.
HSL color Cylindrical-coordinate representation of color #B22490: hue angle of 314.37º degrees, saturation: 0.66, 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 #B22490 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 144 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.30 |
| HSL | 314.37º | 0.66% | 0.42% | - |
| HSV(B) | 314.37º | 0.8% | 0.7% | - |
| XYZ | 24.03 | 12.74 | 27.58 | - |
| YUV | 90.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 144 | 0 | 0.80 | 0.19 | 0.30 | 314.37 | 0.66 | 0.42 |
| Hex | B2 | 24 | 90 | 0 | 50 | 13 | 1E | 13A | 42 | 2A |
| Octal | 262 | 44 | 220 | 0 | 120 | 23 | 36 | 472 | 102 | 52 |
| Binary | 10110010 | 100100 | 10010000 | 0 | 1010000 | 10011 | 11110 | 100111010 | 1000010 | 101010 |
Color Harmonies of #B22490
Complementary color
Monochromatic Colors of #B22490
Black with #B22490
Text Example
Text Example
White with #B22490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22490; }
p { color: rgb(178,36,144); }
H1.HeaderClassName
{
color: #B22490;
}
.AnyTagClassName
{
color: #B22490;
}
</style>
background-color css
<style>
a { background-color: #B22490; }
a { background-color: rgb(178,36,144); }
div.DivClassName
{
background-color: #B22490;
}
.BgClassName
{
background-color: #B22490;
}
</style>
border-color css
<style>
span { border-color: #B22490; }
span { border-color: rgb(178,36,144); }
td.TdClassName
{
border-color: #B22490;
}
.TagClassName
{
border-color: #B22490;
}
</style>