Shades of Deep Magenta #B20DC2
Tints of Deep Magenta #B20DC2
RGB
CMYK
RGB Variations
Color information
#B20DC2 (or 0xB20DC2) is known color: Deep Magenta. HEX triplet: B2, 0D and C2. RGB value is (178,13,194). Sum of RGB (Red+Green+Blue) = 178+13+194=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #B20DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DC2 is #4DF23D. Grayscale: #525252. Windows color (decimal): -5108286 or 12717490. OLE color: 12717490.
HSL color Cylindrical-coordinate representation of color #B20DC2: hue angle of 294.7º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DC2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 13 | 194 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.24 |
| HSL | 294.7º | 0.87% | 0.41% | - |
| HSV(B) | 294.7º | 0.93% | 0.76% | - |
| XYZ | 28.24 | 13.65 | 52.18 | - |
| YUV | 82.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 194 | 0.08 | 0.93 | 0 | 0.24 | 294.7 | 0.87 | 0.41 |
| Hex | B2 | D | C2 | 8 | 5D | 0 | 18 | 127 | 57 | 29 |
| Octal | 262 | 15 | 302 | 10 | 135 | 0 | 30 | 447 | 127 | 51 |
| Binary | 10110010 | 1101 | 11000010 | 1000 | 1011101 | 0 | 11000 | 100100111 | 1010111 | 101001 |
Color Harmonies of #B20DC2
Complementary color
Monochromatic Colors of #B20DC2
Black with #B20DC2
Text Example
Text Example
White with #B20DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DC2; }
p { color: rgb(178,13,194); }
H1.HeaderClassName
{
color: #B20DC2;
}
.AnyTagClassName
{
color: #B20DC2;
}
</style>
background-color css
<style>
a { background-color: #B20DC2; }
a { background-color: rgb(178,13,194); }
div.DivClassName
{
background-color: #B20DC2;
}
.BgClassName
{
background-color: #B20DC2;
}
</style>
border-color css
<style>
span { border-color: #B20DC2; }
span { border-color: rgb(178,13,194); }
td.TdClassName
{
border-color: #B20DC2;
}
.TagClassName
{
border-color: #B20DC2;
}
</style>