Shades of Medium Red Violet #B22579
Tints of Medium Red Violet #B22579
RGB
CMYK
RGB Variations
Color information
#B22579 (or 0xB22579) is known color: Medium Red Violet. HEX triplet: B2, 25 and 79. RGB value is (178,37,121). Sum of RGB (Red+Green+Blue) = 178+37+121=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B22579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22579 is #4DDA86. Grayscale: #585858. Windows color (decimal): -5102215 or 7939506. OLE color: 7939506.
HSL color Cylindrical-coordinate representation of color #B22579: hue angle of 324.26º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22579 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 121 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.30 |
| HSL | 324.26º | 0.66% | 0.42% | - |
| HSV(B) | 324.26º | 0.79% | 0.7% | - |
| XYZ | 22.47 | 12.17 | 19.25 | - |
| YUV | 88.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 121 | 0 | 0.79 | 0.32 | 0.30 | 324.26 | 0.66 | 0.42 |
| Hex | B2 | 25 | 79 | 0 | 4F | 20 | 1E | 144 | 42 | 2A |
| Octal | 262 | 45 | 171 | 0 | 117 | 40 | 36 | 504 | 102 | 52 |
| Binary | 10110010 | 100101 | 1111001 | 0 | 1001111 | 100000 | 11110 | 101000100 | 1000010 | 101010 |
Color Harmonies of #B22579
Complementary color
Monochromatic Colors of #B22579
Black with #B22579
Text Example
Text Example
White with #B22579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22579; }
p { color: rgb(178,37,121); }
H1.HeaderClassName
{
color: #B22579;
}
.AnyTagClassName
{
color: #B22579;
}
</style>
background-color css
<style>
a { background-color: #B22579; }
a { background-color: rgb(178,37,121); }
div.DivClassName
{
background-color: #B22579;
}
.BgClassName
{
background-color: #B22579;
}
</style>
border-color css
<style>
span { border-color: #B22579; }
span { border-color: rgb(178,37,121); }
td.TdClassName
{
border-color: #B22579;
}
.TagClassName
{
border-color: #B22579;
}
</style>