Shades of Deep Magenta #B20CC0
Tints of Deep Magenta #B20CC0
RGB
CMYK
RGB Variations
Color information
#B20CC0 (or 0xB20CC0) is known color: Deep Magenta. HEX triplet: B2, 0C and C0. RGB value is (178,12,192). Sum of RGB (Red+Green+Blue) = 178+12+192=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #B20CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC0 is #4DF33F. Grayscale: #515151. Windows color (decimal): -5108544 or 12586162. OLE color: 12586162.
HSL color Cylindrical-coordinate representation of color #B20CC0: hue angle of 295.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CC0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 12 | 192 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.25 |
| HSL | 295.33º | 0.88% | 0.4% | - |
| HSV(B) | 295.33º | 0.94% | 0.75% | - |
| XYZ | 28.01 | 13.53 | 51.01 | - |
| YUV | 82.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 192 | 0.07 | 0.94 | 0 | 0.25 | 295.33 | 0.88 | 0.4 |
| Hex | B2 | C | C0 | 7 | 5E | 0 | 19 | 127 | 58 | 28 |
| Octal | 262 | 14 | 300 | 7 | 136 | 0 | 31 | 447 | 130 | 50 |
| Binary | 10110010 | 1100 | 11000000 | 111 | 1011110 | 0 | 11001 | 100100111 | 1011000 | 101000 |
Color Harmonies of #B20CC0
Complementary color
Monochromatic Colors of #B20CC0
Black with #B20CC0
Text Example
Text Example
White with #B20CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CC0; }
p { color: rgb(178,12,192); }
H1.HeaderClassName
{
color: #B20CC0;
}
.AnyTagClassName
{
color: #B20CC0;
}
</style>
background-color css
<style>
a { background-color: #B20CC0; }
a { background-color: rgb(178,12,192); }
div.DivClassName
{
background-color: #B20CC0;
}
.BgClassName
{
background-color: #B20CC0;
}
</style>
border-color css
<style>
span { border-color: #B20CC0; }
span { border-color: rgb(178,12,192); }
td.TdClassName
{
border-color: #B20CC0;
}
.TagClassName
{
border-color: #B20CC0;
}
</style>