Shades of Medium Red Violet #B22084
Tints of Medium Red Violet #B22084
RGB
CMYK
RGB Variations
Color information
#B22084 (or 0xB22084) is known color: Medium Red Violet. HEX triplet: B2, 20 and 84. RGB value is (178,32,132). Sum of RGB (Red+Green+Blue) = 178+32+132=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B22084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22084 is #4DDF7B. Grayscale: #565656. Windows color (decimal): -5103484 or 8659122. OLE color: 8659122.
HSL color Cylindrical-coordinate representation of color #B22084: hue angle of 318.9º 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 #B22084 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 132 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.30 |
| HSL | 318.9º | 0.7% | 0.41% | - |
| HSV(B) | 318.9º | 0.82% | 0.7% | - |
| XYZ | 23.04 | 12.16 | 22.96 | - |
| YUV | 87.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 132 | 0 | 0.82 | 0.26 | 0.30 | 318.9 | 0.7 | 0.41 |
| Hex | B2 | 20 | 84 | 0 | 52 | 1A | 1E | 13F | 46 | 29 |
| Octal | 262 | 40 | 204 | 0 | 122 | 32 | 36 | 477 | 106 | 51 |
| Binary | 10110010 | 100000 | 10000100 | 0 | 1010010 | 11010 | 11110 | 100111111 | 1000110 | 101001 |
Color Harmonies of #B22084
Complementary color
Monochromatic Colors of #B22084
Black with #B22084
Text Example
Text Example
White with #B22084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22084; }
p { color: rgb(178,32,132); }
H1.HeaderClassName
{
color: #B22084;
}
.AnyTagClassName
{
color: #B22084;
}
</style>
background-color css
<style>
a { background-color: #B22084; }
a { background-color: rgb(178,32,132); }
div.DivClassName
{
background-color: #B22084;
}
.BgClassName
{
background-color: #B22084;
}
</style>
border-color css
<style>
span { border-color: #B22084; }
span { border-color: rgb(178,32,132); }
td.TdClassName
{
border-color: #B22084;
}
.TagClassName
{
border-color: #B22084;
}
</style>