Shades of Deep Magenta #B20DB5
Tints of Deep Magenta #B20DB5
RGB
CMYK
RGB Variations
Color information
#B20DB5 (or 0xB20DB5) is known color: Deep Magenta. HEX triplet: B2, 0D and B5. RGB value is (178,13,181). Sum of RGB (Red+Green+Blue) = 178+13+181=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #B20DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DB5 is #4DF24A. Grayscale: #505050. Windows color (decimal): -5108299 or 11865522. OLE color: 11865522.
HSL color Cylindrical-coordinate representation of color #B20DB5: hue angle of 298.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DB5 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 13 | 181 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.29 |
| HSL | 298.93º | 0.87% | 0.38% | - |
| HSV(B) | 298.93º | 0.93% | 0.71% | - |
| XYZ | 26.84 | 13.09 | 44.83 | - |
| YUV | 81.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 181 | 0.02 | 0.93 | 0 | 0.29 | 298.93 | 0.87 | 0.38 |
| Hex | B2 | D | B5 | 2 | 5D | 0 | 1D | 12B | 57 | 26 |
| Octal | 262 | 15 | 265 | 2 | 135 | 0 | 35 | 453 | 127 | 46 |
| Binary | 10110010 | 1101 | 10110101 | 10 | 1011101 | 0 | 11101 | 100101011 | 1010111 | 100110 |
Color Harmonies of #B20DB5
Complementary color
Monochromatic Colors of #B20DB5
Black with #B20DB5
Text Example
Text Example
White with #B20DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20DB5; }
p { color: rgb(178,13,181); }
H1.HeaderClassName
{
color: #B20DB5;
}
.AnyTagClassName
{
color: #B20DB5;
}
</style>
background-color css
<style>
a { background-color: #B20DB5; }
a { background-color: rgb(178,13,181); }
div.DivClassName
{
background-color: #B20DB5;
}
.BgClassName
{
background-color: #B20DB5;
}
</style>
border-color css
<style>
span { border-color: #B20DB5; }
span { border-color: rgb(178,13,181); }
td.TdClassName
{
border-color: #B20DB5;
}
.TagClassName
{
border-color: #B20DB5;
}
</style>