Shades of Deep Magenta #B20AD5
Tints of Deep Magenta #B20AD5
RGB
CMYK
RGB Variations
Color information
#B20AD5 (or 0xB20AD5) is known color: Deep Magenta. HEX triplet: B2, 0A and D5. RGB value is (178,10,213). Sum of RGB (Red+Green+Blue) = 178+10+213=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #B20AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AD5 is #4DF52A. Grayscale: #525252. Windows color (decimal): -5109035 or 13961906. OLE color: 13961906.
HSL color Cylindrical-coordinate representation of color #B20AD5: hue angle of 289.66º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AD5 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 10 | 213 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.16 |
| HSL | 289.66º | 0.91% | 0.44% | - |
| HSV(B) | 289.66º | 0.95% | 0.84% | - |
| XYZ | 30.48 | 14.49 | 64.14 | - |
| YUV | 83.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 213 | 0.16 | 0.95 | 0 | 0.16 | 289.66 | 0.91 | 0.44 |
| Hex | B2 | A | D5 | 10 | 5F | 0 | 10 | 122 | 5B | 2C |
| Octal | 262 | 12 | 325 | 20 | 137 | 0 | 20 | 442 | 133 | 54 |
| Binary | 10110010 | 1010 | 11010101 | 10000 | 1011111 | 0 | 10000 | 100100010 | 1011011 | 101100 |
Color Harmonies of #B20AD5
Complementary color
Monochromatic Colors of #B20AD5
Black with #B20AD5
Text Example
Text Example
White with #B20AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20AD5; }
p { color: rgb(178,10,213); }
H1.HeaderClassName
{
color: #B20AD5;
}
.AnyTagClassName
{
color: #B20AD5;
}
</style>
background-color css
<style>
a { background-color: #B20AD5; }
a { background-color: rgb(178,10,213); }
div.DivClassName
{
background-color: #B20AD5;
}
.BgClassName
{
background-color: #B20AD5;
}
</style>
border-color css
<style>
span { border-color: #B20AD5; }
span { border-color: rgb(178,10,213); }
td.TdClassName
{
border-color: #B20AD5;
}
.TagClassName
{
border-color: #B20AD5;
}
</style>