Shades of Medium Red Violet #B22495
Tints of Medium Red Violet #B22495
RGB
CMYK
RGB Variations
Color information
#B22495 (or 0xB22495) is known color: Medium Red Violet. HEX triplet: B2, 24 and 95. RGB value is (178,36,149). Sum of RGB (Red+Green+Blue) = 178+36+149=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B22495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22495 is #4DDB6A. Grayscale: #5B5B5B. Windows color (decimal): -5102443 or 9774258. OLE color: 9774258.
HSL color Cylindrical-coordinate representation of color #B22495: hue angle of 312.25º 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 #B22495 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 149 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.30 |
| HSL | 312.25º | 0.66% | 0.42% | - |
| HSV(B) | 312.25º | 0.8% | 0.7% | - |
| XYZ | 24.42 | 12.9 | 29.64 | - |
| YUV | 91.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 149 | 0 | 0.80 | 0.16 | 0.30 | 312.25 | 0.66 | 0.42 |
| Hex | B2 | 24 | 95 | 0 | 50 | 10 | 1E | 138 | 42 | 2A |
| Octal | 262 | 44 | 225 | 0 | 120 | 20 | 36 | 470 | 102 | 52 |
| Binary | 10110010 | 100100 | 10010101 | 0 | 1010000 | 10000 | 11110 | 100111000 | 1000010 | 101010 |
Color Harmonies of #B22495
Complementary color
Monochromatic Colors of #B22495
Black with #B22495
Text Example
Text Example
White with #B22495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22495; }
p { color: rgb(178,36,149); }
H1.HeaderClassName
{
color: #B22495;
}
.AnyTagClassName
{
color: #B22495;
}
</style>
background-color css
<style>
a { background-color: #B22495; }
a { background-color: rgb(178,36,149); }
div.DivClassName
{
background-color: #B22495;
}
.BgClassName
{
background-color: #B22495;
}
</style>
border-color css
<style>
span { border-color: #B22495; }
span { border-color: rgb(178,36,149); }
td.TdClassName
{
border-color: #B22495;
}
.TagClassName
{
border-color: #B22495;
}
</style>