Shades of Medium Violet Red #B220A9
Tints of Medium Violet Red #B220A9
RGB
CMYK
RGB Variations
Color information
#B220A9 (or 0xB220A9) is known color: Medium Violet Red. HEX triplet: B2, 20 and A9. RGB value is (178,32,169). Sum of RGB (Red+Green+Blue) = 178+32+169=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A9 is #4DDF56. Grayscale: #5A5A5A. Windows color (decimal): -5103447 or 11083954. OLE color: 11083954.
HSL color Cylindrical-coordinate representation of color #B220A9: hue angle of 303.7º 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 #B220A9 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 169 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.30 |
| HSL | 303.7º | 0.7% | 0.41% | - |
| HSV(B) | 303.7º | 0.82% | 0.7% | - |
| XYZ | 26.04 | 13.36 | 38.74 | - |
| YUV | 91.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 169 | 0 | 0.82 | 0.05 | 0.30 | 303.7 | 0.7 | 0.41 |
| Hex | B2 | 20 | A9 | 0 | 52 | 5 | 1E | 130 | 46 | 29 |
| Octal | 262 | 40 | 251 | 0 | 122 | 5 | 36 | 460 | 106 | 51 |
| Binary | 10110010 | 100000 | 10101001 | 0 | 1010010 | 101 | 11110 | 100110000 | 1000110 | 101001 |
Color Harmonies of #B220A9
Complementary color
Monochromatic Colors of #B220A9
Black with #B220A9
Text Example
Text Example
White with #B220A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220A9; }
p { color: rgb(178,32,169); }
H1.HeaderClassName
{
color: #B220A9;
}
.AnyTagClassName
{
color: #B220A9;
}
</style>
background-color css
<style>
a { background-color: #B220A9; }
a { background-color: rgb(178,32,169); }
div.DivClassName
{
background-color: #B220A9;
}
.BgClassName
{
background-color: #B220A9;
}
</style>
border-color css
<style>
span { border-color: #B220A9; }
span { border-color: rgb(178,32,169); }
td.TdClassName
{
border-color: #B220A9;
}
.TagClassName
{
border-color: #B220A9;
}
</style>