Shades of Medium Red Violet #B22E9B
Tints of Medium Red Violet #B22E9B
RGB
CMYK
RGB Variations
Color information
#B22E9B (or 0xB22E9B) is known color: Medium Red Violet. HEX triplet: B2, 2E and 9B. RGB value is (178,46,155). Sum of RGB (Red+Green+Blue) = 178+46+155=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22E9B is #4DD164. Grayscale: #616161. Windows color (decimal): -5099877 or 10170034. OLE color: 10170034.
HSL color Cylindrical-coordinate representation of color #B22E9B: hue angle of 310.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22E9B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 155 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.30 |
| HSL | 310.45º | 0.59% | 0.44% | - |
| HSV(B) | 310.45º | 0.74% | 0.7% | - |
| XYZ | 25.25 | 13.79 | 32.34 | - |
| YUV | 97.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 155 | 0 | 0.74 | 0.13 | 0.30 | 310.45 | 0.59 | 0.44 |
| Hex | B2 | 2E | 9B | 0 | 4A | D | 1E | 136 | 3B | 2C |
| Octal | 262 | 56 | 233 | 0 | 112 | 15 | 36 | 466 | 73 | 54 |
| Binary | 10110010 | 101110 | 10011011 | 0 | 1001010 | 1101 | 11110 | 100110110 | 111011 | 101100 |
Color Harmonies of #B22E9B
Complementary color
Monochromatic Colors of #B22E9B
Black with #B22E9B
Text Example
Text Example
White with #B22E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E9B; }
p { color: rgb(178,46,155); }
H1.HeaderClassName
{
color: #B22E9B;
}
.AnyTagClassName
{
color: #B22E9B;
}
</style>
background-color css
<style>
a { background-color: #B22E9B; }
a { background-color: rgb(178,46,155); }
div.DivClassName
{
background-color: #B22E9B;
}
.BgClassName
{
background-color: #B22E9B;
}
</style>
border-color css
<style>
span { border-color: #B22E9B; }
span { border-color: rgb(178,46,155); }
td.TdClassName
{
border-color: #B22E9B;
}
.TagClassName
{
border-color: #B22E9B;
}
</style>