Shades of Deep Magenta #B20BC6
Tints of Deep Magenta #B20BC6
RGB
CMYK
RGB Variations
Color information
#B20BC6 (or 0xB20BC6) is known color: Deep Magenta. HEX triplet: B2, 0B and C6. RGB value is (178,11,198). Sum of RGB (Red+Green+Blue) = 178+11+198=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #B20BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BC6 is #4DF439. Grayscale: #515151. Windows color (decimal): -5108794 or 12979122. OLE color: 12979122.
HSL color Cylindrical-coordinate representation of color #B20BC6: hue angle of 293.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BC6 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 11 | 198 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.22 |
| HSL | 293.58º | 0.89% | 0.41% | - |
| HSV(B) | 293.58º | 0.94% | 0.78% | - |
| XYZ | 28.67 | 13.78 | 54.57 | - |
| YUV | 82.25 | 193.33 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 198 | 0.10 | 0.94 | 0 | 0.22 | 293.58 | 0.89 | 0.41 |
| Hex | B2 | B | C6 | A | 5E | 0 | 16 | 126 | 59 | 29 |
| Octal | 262 | 13 | 306 | 12 | 136 | 0 | 26 | 446 | 131 | 51 |
| Binary | 10110010 | 1011 | 11000110 | 1010 | 1011110 | 0 | 10110 | 100100110 | 1011001 | 101001 |
Color Harmonies of #B20BC6
Complementary color
Monochromatic Colors of #B20BC6
Black with #B20BC6
Text Example
Text Example
White with #B20BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BC6; }
p { color: rgb(178,11,198); }
H1.HeaderClassName
{
color: #B20BC6;
}
.AnyTagClassName
{
color: #B20BC6;
}
</style>
background-color css
<style>
a { background-color: #B20BC6; }
a { background-color: rgb(178,11,198); }
div.DivClassName
{
background-color: #B20BC6;
}
.BgClassName
{
background-color: #B20BC6;
}
</style>
border-color css
<style>
span { border-color: #B20BC6; }
span { border-color: rgb(178,11,198); }
td.TdClassName
{
border-color: #B20BC6;
}
.TagClassName
{
border-color: #B20BC6;
}
</style>