Shades of Medium Red Violet #B220A6
Tints of Medium Red Violet #B220A6
RGB
CMYK
RGB Variations
Color information
#B220A6 (or 0xB220A6) is known color: Medium Red Violet. HEX triplet: B2, 20 and A6. RGB value is (178,32,166). Sum of RGB (Red+Green+Blue) = 178+32+166=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A6 is #4DDF59. Grayscale: #5A5A5A. Windows color (decimal): -5103450 or 10887346. OLE color: 10887346.
HSL color Cylindrical-coordinate representation of color #B220A6: hue angle of 304.93º 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 #B220A6 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 166 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.30 |
| HSL | 304.93º | 0.7% | 0.41% | - |
| HSV(B) | 304.93º | 0.82% | 0.7% | - |
| XYZ | 25.76 | 13.25 | 37.28 | - |
| YUV | 90.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 166 | 0 | 0.82 | 0.07 | 0.30 | 304.93 | 0.7 | 0.41 |
| Hex | B2 | 20 | A6 | 0 | 52 | 7 | 1E | 131 | 46 | 29 |
| Octal | 262 | 40 | 246 | 0 | 122 | 7 | 36 | 461 | 106 | 51 |
| Binary | 10110010 | 100000 | 10100110 | 0 | 1010010 | 111 | 11110 | 100110001 | 1000110 | 101001 |
Color Harmonies of #B220A6
Complementary color
Monochromatic Colors of #B220A6
Black with #B220A6
Text Example
Text Example
White with #B220A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220A6; }
p { color: rgb(178,32,166); }
H1.HeaderClassName
{
color: #B220A6;
}
.AnyTagClassName
{
color: #B220A6;
}
</style>
background-color css
<style>
a { background-color: #B220A6; }
a { background-color: rgb(178,32,166); }
div.DivClassName
{
background-color: #B220A6;
}
.BgClassName
{
background-color: #B220A6;
}
</style>
border-color css
<style>
span { border-color: #B220A6; }
span { border-color: rgb(178,32,166); }
td.TdClassName
{
border-color: #B220A6;
}
.TagClassName
{
border-color: #B220A6;
}
</style>