Shades of Medium Red Violet #B220A3
Tints of Medium Red Violet #B220A3
RGB
CMYK
RGB Variations
Color information
#B220A3 (or 0xB220A3) is known color: Medium Red Violet. HEX triplet: B2, 20 and A3. RGB value is (178,32,163). Sum of RGB (Red+Green+Blue) = 178+32+163=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B220A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220A3 is #4DDF5C. Grayscale: #5A5A5A. Windows color (decimal): -5103453 or 10690738. OLE color: 10690738.
HSL color Cylindrical-coordinate representation of color #B220A3: hue angle of 306.16º 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 #B220A3 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 163 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.30 |
| HSL | 306.16º | 0.7% | 0.41% | - |
| HSV(B) | 306.16º | 0.82% | 0.7% | - |
| XYZ | 25.49 | 13.14 | 35.84 | - |
| YUV | 90.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 163 | 0 | 0.82 | 0.08 | 0.30 | 306.16 | 0.7 | 0.41 |
| Hex | B2 | 20 | A3 | 0 | 52 | 8 | 1E | 132 | 46 | 29 |
| Octal | 262 | 40 | 243 | 0 | 122 | 10 | 36 | 462 | 106 | 51 |
| Binary | 10110010 | 100000 | 10100011 | 0 | 1010010 | 1000 | 11110 | 100110010 | 1000110 | 101001 |
Color Harmonies of #B220A3
Complementary color
Monochromatic Colors of #B220A3
Black with #B220A3
Text Example
Text Example
White with #B220A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220A3; }
p { color: rgb(178,32,163); }
H1.HeaderClassName
{
color: #B220A3;
}
.AnyTagClassName
{
color: #B220A3;
}
</style>
background-color css
<style>
a { background-color: #B220A3; }
a { background-color: rgb(178,32,163); }
div.DivClassName
{
background-color: #B220A3;
}
.BgClassName
{
background-color: #B220A3;
}
</style>
border-color css
<style>
span { border-color: #B220A3; }
span { border-color: rgb(178,32,163); }
td.TdClassName
{
border-color: #B220A3;
}
.TagClassName
{
border-color: #B220A3;
}
</style>