Shades of Deep Magenta #B220B0
Tints of Deep Magenta #B220B0
RGB
CMYK
RGB Variations
Color information
#B220B0 (or 0xB220B0) is known color: Deep Magenta. HEX triplet: B2, 20 and B0. RGB value is (178,32,176). Sum of RGB (Red+Green+Blue) = 178+32+176=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B220B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B220B0 is #4DDF4F. Grayscale: #5B5B5B. Windows color (decimal): -5103440 or 11542706. OLE color: 11542706.
HSL color Cylindrical-coordinate representation of color #B220B0: hue angle of 300.82º 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 #B220B0 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 176 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.30 |
| HSL | 300.82º | 0.7% | 0.41% | - |
| HSV(B) | 300.82º | 0.82% | 0.7% | - |
| XYZ | 26.71 | 13.63 | 42.3 | - |
| YUV | 92.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 176 | 0 | 0.82 | 0.01 | 0.30 | 300.82 | 0.7 | 0.41 |
| Hex | B2 | 20 | B0 | 0 | 52 | 1 | 1E | 12D | 46 | 29 |
| Octal | 262 | 40 | 260 | 0 | 122 | 1 | 36 | 455 | 106 | 51 |
| Binary | 10110010 | 100000 | 10110000 | 0 | 1010010 | 1 | 11110 | 100101101 | 1000110 | 101001 |
Color Harmonies of #B220B0
Complementary color
Monochromatic Colors of #B220B0
Black with #B220B0
Text Example
Text Example
White with #B220B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B220B0; }
p { color: rgb(178,32,176); }
H1.HeaderClassName
{
color: #B220B0;
}
.AnyTagClassName
{
color: #B220B0;
}
</style>
background-color css
<style>
a { background-color: #B220B0; }
a { background-color: rgb(178,32,176); }
div.DivClassName
{
background-color: #B220B0;
}
.BgClassName
{
background-color: #B220B0;
}
</style>
border-color css
<style>
span { border-color: #B220B0; }
span { border-color: rgb(178,32,176); }
td.TdClassName
{
border-color: #B220B0;
}
.TagClassName
{
border-color: #B220B0;
}
</style>