Shades of Deep Magenta #B20CC5
Tints of Deep Magenta #B20CC5
RGB
CMYK
RGB Variations
Color information
#B20CC5 (or 0xB20CC5) is known color: Deep Magenta. HEX triplet: B2, 0C and C5. RGB value is (178,12,197). Sum of RGB (Red+Green+Blue) = 178+12+197=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #B20CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC5 is #4DF33A. Grayscale: #525252. Windows color (decimal): -5108539 or 12913842. OLE color: 12913842.
HSL color Cylindrical-coordinate representation of color #B20CC5: hue angle of 293.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CC5 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 12 | 197 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.23 |
| HSL | 293.84º | 0.89% | 0.41% | - |
| HSV(B) | 293.84º | 0.94% | 0.77% | - |
| XYZ | 28.57 | 13.76 | 53.97 | - |
| YUV | 82.72 | 192.5 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 197 | 0.10 | 0.94 | 0 | 0.23 | 293.84 | 0.89 | 0.41 |
| Hex | B2 | C | C5 | A | 5E | 0 | 17 | 126 | 59 | 29 |
| Octal | 262 | 14 | 305 | 12 | 136 | 0 | 27 | 446 | 131 | 51 |
| Binary | 10110010 | 1100 | 11000101 | 1010 | 1011110 | 0 | 10111 | 100100110 | 1011001 | 101001 |
Color Harmonies of #B20CC5
Complementary color
Monochromatic Colors of #B20CC5
Black with #B20CC5
Text Example
Text Example
White with #B20CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CC5; }
p { color: rgb(178,12,197); }
H1.HeaderClassName
{
color: #B20CC5;
}
.AnyTagClassName
{
color: #B20CC5;
}
</style>
background-color css
<style>
a { background-color: #B20CC5; }
a { background-color: rgb(178,12,197); }
div.DivClassName
{
background-color: #B20CC5;
}
.BgClassName
{
background-color: #B20CC5;
}
</style>
border-color css
<style>
span { border-color: #B20CC5; }
span { border-color: rgb(178,12,197); }
td.TdClassName
{
border-color: #B20CC5;
}
.TagClassName
{
border-color: #B20CC5;
}
</style>