Shades of Deep Magenta #B20DD5
Tints of Deep Magenta #B20DD5
RGB
CMYK
RGB Variations
Color information
#B20DD5 (or 0xB20DD5) is known color: Deep Magenta. HEX triplet: B2, 0D and D5. RGB value is (178,13,213). Sum of RGB (Red+Green+Blue) = 178+13+213=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #B20DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DD5 is #4DF22A. Grayscale: #545454. Windows color (decimal): -5108267 or 13962674. OLE color: 13962674.
HSL color Cylindrical-coordinate representation of color #B20DD5: hue angle of 289.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DD5 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 13 | 213 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.16 |
| HSL | 289.5º | 0.88% | 0.44% | - |
| HSV(B) | 289.5º | 0.94% | 0.84% | - |
| XYZ | 30.51 | 14.56 | 64.15 | - |
| YUV | 85.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 213 | 0.16 | 0.94 | 0 | 0.16 | 289.5 | 0.88 | 0.44 |
| Hex | B2 | D | D5 | 10 | 5E | 0 | 10 | 122 | 58 | 2C |
| Octal | 262 | 15 | 325 | 20 | 136 | 0 | 20 | 442 | 130 | 54 |
| Binary | 10110010 | 1101 | 11010101 | 10000 | 1011110 | 0 | 10000 | 100100010 | 1011000 | 101100 |
Color Harmonies of #B20DD5
Complementary color
Monochromatic Colors of #B20DD5
Black with #B20DD5
Text Example
Text Example
White with #B20DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DD5; }
p { color: rgb(178,13,213); }
H1.HeaderClassName
{
color: #B20DD5;
}
.AnyTagClassName
{
color: #B20DD5;
}
</style>
background-color css
<style>
a { background-color: #B20DD5; }
a { background-color: rgb(178,13,213); }
div.DivClassName
{
background-color: #B20DD5;
}
.BgClassName
{
background-color: #B20DD5;
}
</style>
border-color css
<style>
span { border-color: #B20DD5; }
span { border-color: rgb(178,13,213); }
td.TdClassName
{
border-color: #B20DD5;
}
.TagClassName
{
border-color: #B20DD5;
}
</style>