Shades of Medium Red Violet #B22088
Tints of Medium Red Violet #B22088
RGB
CMYK
RGB Variations
Color information
#B22088 (or 0xB22088) is known color: Medium Red Violet. HEX triplet: B2, 20 and 88. RGB value is (178,32,136). Sum of RGB (Red+Green+Blue) = 178+32+136=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B22088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22088 is #4DDF77. Grayscale: #575757. Windows color (decimal): -5103480 or 8921266. OLE color: 8921266.
HSL color Cylindrical-coordinate representation of color #B22088: hue angle of 317.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22088 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 136 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.30 |
| HSL | 317.26º | 0.7% | 0.41% | - |
| HSV(B) | 317.26º | 0.82% | 0.7% | - |
| XYZ | 23.32 | 12.28 | 24.43 | - |
| YUV | 87.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 136 | 0 | 0.82 | 0.24 | 0.30 | 317.26 | 0.7 | 0.41 |
| Hex | B2 | 20 | 88 | 0 | 52 | 18 | 1E | 13D | 46 | 29 |
| Octal | 262 | 40 | 210 | 0 | 122 | 30 | 36 | 475 | 106 | 51 |
| Binary | 10110010 | 100000 | 10001000 | 0 | 1010010 | 11000 | 11110 | 100111101 | 1000110 | 101001 |
Color Harmonies of #B22088
Complementary color
Monochromatic Colors of #B22088
Black with #B22088
Text Example
Text Example
White with #B22088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22088; }
p { color: rgb(178,32,136); }
H1.HeaderClassName
{
color: #B22088;
}
.AnyTagClassName
{
color: #B22088;
}
</style>
background-color css
<style>
a { background-color: #B22088; }
a { background-color: rgb(178,32,136); }
div.DivClassName
{
background-color: #B22088;
}
.BgClassName
{
background-color: #B22088;
}
</style>
border-color css
<style>
span { border-color: #B22088; }
span { border-color: rgb(178,32,136); }
td.TdClassName
{
border-color: #B22088;
}
.TagClassName
{
border-color: #B22088;
}
</style>