Shades of Deep Magenta #B20CC7
Tints of Deep Magenta #B20CC7
RGB
CMYK
RGB Variations
Color information
#B20CC7 (or 0xB20CC7) is known color: Deep Magenta. HEX triplet: B2, 0C and C7. RGB value is (178,12,199). Sum of RGB (Red+Green+Blue) = 178+12+199=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #B20CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC7 is #4DF338. Grayscale: #525252. Windows color (decimal): -5108537 or 13044914. OLE color: 13044914.
HSL color Cylindrical-coordinate representation of color #B20CC7: hue angle of 293.26º 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 #B20CC7 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 12 | 199 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.22 |
| HSL | 293.26º | 0.89% | 0.41% | - |
| HSV(B) | 293.26º | 0.94% | 0.78% | - |
| XYZ | 28.8 | 13.85 | 55.19 | - |
| YUV | 82.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 199 | 0.11 | 0.94 | 0 | 0.22 | 293.26 | 0.89 | 0.41 |
| Hex | B2 | C | C7 | B | 5E | 0 | 16 | 125 | 59 | 29 |
| Octal | 262 | 14 | 307 | 13 | 136 | 0 | 26 | 445 | 131 | 51 |
| Binary | 10110010 | 1100 | 11000111 | 1011 | 1011110 | 0 | 10110 | 100100101 | 1011001 | 101001 |
Color Harmonies of #B20CC7
Complementary color
Monochromatic Colors of #B20CC7
Black with #B20CC7
Text Example
Text Example
White with #B20CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CC7; }
p { color: rgb(178,12,199); }
H1.HeaderClassName
{
color: #B20CC7;
}
.AnyTagClassName
{
color: #B20CC7;
}
</style>
background-color css
<style>
a { background-color: #B20CC7; }
a { background-color: rgb(178,12,199); }
div.DivClassName
{
background-color: #B20CC7;
}
.BgClassName
{
background-color: #B20CC7;
}
</style>
border-color css
<style>
span { border-color: #B20CC7; }
span { border-color: rgb(178,12,199); }
td.TdClassName
{
border-color: #B20CC7;
}
.TagClassName
{
border-color: #B20CC7;
}
</style>