Shades of Deep Magenta #B20DB2
Tints of Deep Magenta #B20DB2
RGB
CMYK
RGB Variations
Color information
#B20DB2 (or 0xB20DB2) is known color: Deep Magenta. HEX triplet: B2, 0D and B2. RGB value is (178,13,178). Sum of RGB (Red+Green+Blue) = 178+13+178=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B20DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DB2 is #4DF24D. Grayscale: #505050. Windows color (decimal): -5108302 or 11668914. OLE color: 11668914.
HSL color Cylindrical-coordinate representation of color #B20DB2: hue angle of 300º 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 #B20DB2 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 178 | - |
| CMYK | 0 | 0.93 | 0 | 0.30 |
| HSL | 300º | 0.86% | 0.37% | - |
| HSV(B) | 300º | 0.93% | 0.7% | - |
| XYZ | 26.54 | 12.97 | 43.22 | - |
| YUV | 81.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 178 | 0 | 0.93 | 0 | 0.30 | 300 | 0.86 | 0.37 |
| Hex | B2 | D | B2 | 0 | 5D | 0 | 1E | 12C | 56 | 25 |
| Octal | 262 | 15 | 262 | 0 | 135 | 0 | 36 | 454 | 126 | 45 |
| Binary | 10110010 | 1101 | 10110010 | 0 | 1011101 | 0 | 11110 | 100101100 | 1010110 | 100101 |
Color Harmonies of #B20DB2
Complementary color
Monochromatic Colors of #B20DB2
Black with #B20DB2
Text Example
Text Example
White with #B20DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DB2; }
p { color: rgb(178,13,178); }
H1.HeaderClassName
{
color: #B20DB2;
}
.AnyTagClassName
{
color: #B20DB2;
}
</style>
background-color css
<style>
a { background-color: #B20DB2; }
a { background-color: rgb(178,13,178); }
div.DivClassName
{
background-color: #B20DB2;
}
.BgClassName
{
background-color: #B20DB2;
}
</style>
border-color css
<style>
span { border-color: #B20DB2; }
span { border-color: rgb(178,13,178); }
td.TdClassName
{
border-color: #B20DB2;
}
.TagClassName
{
border-color: #B20DB2;
}
</style>