Shades of Medium Red Violet #B22078
Tints of Medium Red Violet #B22078
RGB
CMYK
RGB Variations
Color information
#B22078 (or 0xB22078) is known color: Medium Red Violet. HEX triplet: B2, 20 and 78. RGB value is (178,32,120). Sum of RGB (Red+Green+Blue) = 178+32+120=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B22078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22078 is #4DDF87. Grayscale: #555555. Windows color (decimal): -5103496 or 7872690. OLE color: 7872690.
HSL color Cylindrical-coordinate representation of color #B22078: hue angle of 323.84º 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 #B22078 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 120 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.30 |
| HSL | 323.84º | 0.7% | 0.41% | - |
| HSV(B) | 323.84º | 0.82% | 0.7% | - |
| XYZ | 22.27 | 11.85 | 18.88 | - |
| YUV | 85.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 120 | 0 | 0.82 | 0.33 | 0.30 | 323.84 | 0.7 | 0.41 |
| Hex | B2 | 20 | 78 | 0 | 52 | 21 | 1E | 144 | 46 | 29 |
| Octal | 262 | 40 | 170 | 0 | 122 | 41 | 36 | 504 | 106 | 51 |
| Binary | 10110010 | 100000 | 1111000 | 0 | 1010010 | 100001 | 11110 | 101000100 | 1000110 | 101001 |
Color Harmonies of #B22078
Complementary color
Monochromatic Colors of #B22078
Black with #B22078
Text Example
Text Example
White with #B22078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22078; }
p { color: rgb(178,32,120); }
H1.HeaderClassName
{
color: #B22078;
}
.AnyTagClassName
{
color: #B22078;
}
</style>
background-color css
<style>
a { background-color: #B22078; }
a { background-color: rgb(178,32,120); }
div.DivClassName
{
background-color: #B22078;
}
.BgClassName
{
background-color: #B22078;
}
</style>
border-color css
<style>
span { border-color: #B22078; }
span { border-color: rgb(178,32,120); }
td.TdClassName
{
border-color: #B22078;
}
.TagClassName
{
border-color: #B22078;
}
</style>