Shades of Medium Violet Red #B220AA
Tints of Medium Violet Red #B220AA
RGB
CMYK
RGB Variations
Color information
#B220AA (or 0xB220AA) is known color: Medium Violet Red. HEX triplet: B2, 20 and AA. RGB value is (178,32,170). Sum of RGB (Red+Green+Blue) = 178+32+170=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B220AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220AA is #4DDF55. Grayscale: #5A5A5A. Windows color (decimal): -5103446 or 11149490. OLE color: 11149490.
HSL color Cylindrical-coordinate representation of color #B220AA: hue angle of 303.29º 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 #B220AA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 170 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.30 |
| HSL | 303.29º | 0.7% | 0.41% | - |
| HSV(B) | 303.29º | 0.82% | 0.7% | - |
| XYZ | 26.13 | 13.4 | 39.24 | - |
| YUV | 91.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 170 | 0 | 0.82 | 0.04 | 0.30 | 303.29 | 0.7 | 0.41 |
| Hex | B2 | 20 | AA | 0 | 52 | 4 | 1E | 12F | 46 | 29 |
| Octal | 262 | 40 | 252 | 0 | 122 | 4 | 36 | 457 | 106 | 51 |
| Binary | 10110010 | 100000 | 10101010 | 0 | 1010010 | 100 | 11110 | 100101111 | 1000110 | 101001 |
Color Harmonies of #B220AA
Complementary color
Monochromatic Colors of #B220AA
Black with #B220AA
Text Example
Text Example
White with #B220AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220AA; }
p { color: rgb(178,32,170); }
H1.HeaderClassName
{
color: #B220AA;
}
.AnyTagClassName
{
color: #B220AA;
}
</style>
background-color css
<style>
a { background-color: #B220AA; }
a { background-color: rgb(178,32,170); }
div.DivClassName
{
background-color: #B220AA;
}
.BgClassName
{
background-color: #B220AA;
}
</style>
border-color css
<style>
span { border-color: #B220AA; }
span { border-color: rgb(178,32,170); }
td.TdClassName
{
border-color: #B220AA;
}
.TagClassName
{
border-color: #B220AA;
}
</style>