Shades of Deep Magenta #B20DCC
Tints of Deep Magenta #B20DCC
RGB
CMYK
RGB Variations
Color information
#B20DCC (or 0xB20DCC) is known color: Deep Magenta. HEX triplet: B2, 0D and CC. RGB value is (178,13,204). Sum of RGB (Red+Green+Blue) = 178+13+204=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #B20DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCC is #4DF233. Grayscale: #535353. Windows color (decimal): -5108276 or 13372850. OLE color: 13372850.
HSL color Cylindrical-coordinate representation of color #B20DCC: hue angle of 291.83º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DCC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 13 | 204 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.2 |
| HSL | 291.83º | 0.88% | 0.43% | - |
| HSV(B) | 291.83º | 0.94% | 0.8% | - |
| XYZ | 29.4 | 14.11 | 58.3 | - |
| YUV | 84.11 | 195.66 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 204 | 0.13 | 0.94 | 0 | 0.2 | 291.83 | 0.88 | 0.43 |
| Hex | B2 | D | CC | D | 5E | 0 | 14 | 124 | 58 | 2B |
| Octal | 262 | 15 | 314 | 15 | 136 | 0 | 24 | 444 | 130 | 53 |
| Binary | 10110010 | 1101 | 11001100 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011000 | 101011 |
Color Harmonies of #B20DCC
Complementary color
Monochromatic Colors of #B20DCC
Black with #B20DCC
Text Example
Text Example
White with #B20DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DCC; }
p { color: rgb(178,13,204); }
H1.HeaderClassName
{
color: #B20DCC;
}
.AnyTagClassName
{
color: #B20DCC;
}
</style>
background-color css
<style>
a { background-color: #B20DCC; }
a { background-color: rgb(178,13,204); }
div.DivClassName
{
background-color: #B20DCC;
}
.BgClassName
{
background-color: #B20DCC;
}
</style>
border-color css
<style>
span { border-color: #B20DCC; }
span { border-color: rgb(178,13,204); }
td.TdClassName
{
border-color: #B20DCC;
}
.TagClassName
{
border-color: #B20DCC;
}
</style>