Shades of Deep Magenta #B20CCC
Tints of Deep Magenta #B20CCC
RGB
CMYK
RGB Variations
Color information
#B20CCC (or 0xB20CCC) is known color: Deep Magenta. HEX triplet: B2, 0C and CC. RGB value is (178,12,204). Sum of RGB (Red+Green+Blue) = 178+12+204=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #B20CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CCC is #4DF333. Grayscale: #525252. Windows color (decimal): -5108532 or 13372594. OLE color: 13372594.
HSL color Cylindrical-coordinate representation of color #B20CCC: hue angle of 291.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CCC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 12 | 204 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.2 |
| HSL | 291.88º | 0.89% | 0.42% | - |
| HSV(B) | 291.88º | 0.94% | 0.8% | - |
| XYZ | 29.39 | 14.09 | 58.3 | - |
| YUV | 83.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 204 | 0.13 | 0.94 | 0 | 0.2 | 291.88 | 0.89 | 0.42 |
| Hex | B2 | C | CC | D | 5E | 0 | 14 | 124 | 59 | 2A |
| Octal | 262 | 14 | 314 | 15 | 136 | 0 | 24 | 444 | 131 | 52 |
| Binary | 10110010 | 1100 | 11001100 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101010 |
Color Harmonies of #B20CCC
Complementary color
Monochromatic Colors of #B20CCC
Black with #B20CCC
Text Example
Text Example
White with #B20CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20CCC; }
p { color: rgb(178,12,204); }
H1.HeaderClassName
{
color: #B20CCC;
}
.AnyTagClassName
{
color: #B20CCC;
}
</style>
background-color css
<style>
a { background-color: #B20CCC; }
a { background-color: rgb(178,12,204); }
div.DivClassName
{
background-color: #B20CCC;
}
.BgClassName
{
background-color: #B20CCC;
}
</style>
border-color css
<style>
span { border-color: #B20CCC; }
span { border-color: rgb(178,12,204); }
td.TdClassName
{
border-color: #B20CCC;
}
.TagClassName
{
border-color: #B20CCC;
}
</style>