Shades of Deep Magenta #B20DB1
Tints of Deep Magenta #B20DB1
RGB
CMYK
RGB Variations
Color information
#B20DB1 (or 0xB20DB1) is known color: Deep Magenta. HEX triplet: B2, 0D and B1. RGB value is (178,13,177). Sum of RGB (Red+Green+Blue) = 178+13+177=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DB1 is #4DF24E. Grayscale: #505050. Windows color (decimal): -5108303 or 11603378. OLE color: 11603378.
HSL color Cylindrical-coordinate representation of color #B20DB1: hue angle of 300.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DB1 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 177 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.30 |
| HSL | 300.36º | 0.86% | 0.37% | - |
| HSV(B) | 300.36º | 0.93% | 0.7% | - |
| XYZ | 26.44 | 12.93 | 42.7 | - |
| YUV | 81.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 177 | 0 | 0.93 | 0.01 | 0.30 | 300.36 | 0.86 | 0.37 |
| Hex | B2 | D | B1 | 0 | 5D | 1 | 1E | 12C | 56 | 25 |
| Octal | 262 | 15 | 261 | 0 | 135 | 1 | 36 | 454 | 126 | 45 |
| Binary | 10110010 | 1101 | 10110001 | 0 | 1011101 | 1 | 11110 | 100101100 | 1010110 | 100101 |
Color Harmonies of #B20DB1
Complementary color
Monochromatic Colors of #B20DB1
Black with #B20DB1
Text Example
Text Example
White with #B20DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DB1; }
p { color: rgb(178,13,177); }
H1.HeaderClassName
{
color: #B20DB1;
}
.AnyTagClassName
{
color: #B20DB1;
}
</style>
background-color css
<style>
a { background-color: #B20DB1; }
a { background-color: rgb(178,13,177); }
div.DivClassName
{
background-color: #B20DB1;
}
.BgClassName
{
background-color: #B20DB1;
}
</style>
border-color css
<style>
span { border-color: #B20DB1; }
span { border-color: rgb(178,13,177); }
td.TdClassName
{
border-color: #B20DB1;
}
.TagClassName
{
border-color: #B20DB1;
}
</style>