Shades of Deep Magenta #B20DCD
Tints of Deep Magenta #B20DCD
RGB
CMYK
RGB Variations
Color information
#B20DCD (or 0xB20DCD) is known color: Deep Magenta. HEX triplet: B2, 0D and CD. RGB value is (178,13,205). Sum of RGB (Red+Green+Blue) = 178+13+205=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCD is #4DF232. Grayscale: #535353. Windows color (decimal): -5108275 or 13438386. OLE color: 13438386.
HSL color Cylindrical-coordinate representation of color #B20DCD: hue angle of 291.56º 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 #B20DCD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 13 | 205 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.20 |
| HSL | 291.56º | 0.88% | 0.43% | - |
| HSV(B) | 291.56º | 0.94% | 0.8% | - |
| XYZ | 29.52 | 14.16 | 58.93 | - |
| YUV | 84.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 205 | 0.13 | 0.94 | 0 | 0.20 | 291.56 | 0.88 | 0.43 |
| Hex | B2 | D | CD | D | 5E | 0 | 14 | 124 | 58 | 2B |
| Octal | 262 | 15 | 315 | 15 | 136 | 0 | 24 | 444 | 130 | 53 |
| Binary | 10110010 | 1101 | 11001101 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011000 | 101011 |
Color Harmonies of #B20DCD
Complementary color
Monochromatic Colors of #B20DCD
Black with #B20DCD
Text Example
Text Example
White with #B20DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DCD; }
p { color: rgb(178,13,205); }
H1.HeaderClassName
{
color: #B20DCD;
}
.AnyTagClassName
{
color: #B20DCD;
}
</style>
background-color css
<style>
a { background-color: #B20DCD; }
a { background-color: rgb(178,13,205); }
div.DivClassName
{
background-color: #B20DCD;
}
.BgClassName
{
background-color: #B20DCD;
}
</style>
border-color css
<style>
span { border-color: #B20DCD; }
span { border-color: rgb(178,13,205); }
td.TdClassName
{
border-color: #B20DCD;
}
.TagClassName
{
border-color: #B20DCD;
}
</style>