Shades of Deep Magenta #B20DCE
Tints of Deep Magenta #B20DCE
RGB
CMYK
RGB Variations
Color information
#B20DCE (or 0xB20DCE) is known color: Deep Magenta. HEX triplet: B2, 0D and CE. RGB value is (178,13,206). Sum of RGB (Red+Green+Blue) = 178+13+206=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B20DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCE is #4DF231. Grayscale: #535353. Windows color (decimal): -5108274 or 13503922. OLE color: 13503922.
HSL color Cylindrical-coordinate representation of color #B20DCE: hue angle of 291.3º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DCE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 13 | 206 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.19 |
| HSL | 291.3º | 0.88% | 0.43% | - |
| HSV(B) | 291.3º | 0.94% | 0.81% | - |
| XYZ | 29.64 | 14.21 | 59.57 | - |
| YUV | 84.34 | 196.66 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 206 | 0.14 | 0.94 | 0 | 0.19 | 291.3 | 0.88 | 0.43 |
| Hex | B2 | D | CE | E | 5E | 0 | 13 | 123 | 58 | 2B |
| Octal | 262 | 15 | 316 | 16 | 136 | 0 | 23 | 443 | 130 | 53 |
| Binary | 10110010 | 1101 | 11001110 | 1110 | 1011110 | 0 | 10011 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B20DCE
Complementary color
Monochromatic Colors of #B20DCE
Black with #B20DCE
Text Example
Text Example
White with #B20DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DCE; }
p { color: rgb(178,13,206); }
H1.HeaderClassName
{
color: #B20DCE;
}
.AnyTagClassName
{
color: #B20DCE;
}
</style>
background-color css
<style>
a { background-color: #B20DCE; }
a { background-color: rgb(178,13,206); }
div.DivClassName
{
background-color: #B20DCE;
}
.BgClassName
{
background-color: #B20DCE;
}
</style>
border-color css
<style>
span { border-color: #B20DCE; }
span { border-color: rgb(178,13,206); }
td.TdClassName
{
border-color: #B20DCE;
}
.TagClassName
{
border-color: #B20DCE;
}
</style>