Shades of Deep Magenta #B40DD9
Tints of Deep Magenta #B40DD9
RGB
CMYK
RGB Variations
Color information
#B40DD9 (or 0xB40DD9) is known color: Deep Magenta. HEX triplet: B4, 0D and D9. RGB value is (180,13,217). Sum of RGB (Red+Green+Blue) = 180+13+217=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #B40DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DD9 is #4BF226. Grayscale: #555555. Windows color (decimal): -4977191 or 14224820. OLE color: 14224820.
HSL color Cylindrical-coordinate representation of color #B40DD9: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DD9 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 13 | 217 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.15 |
| HSL | 289.12º | 0.89% | 0.45% | - |
| HSV(B) | 289.12º | 0.94% | 0.85% | - |
| XYZ | 31.49 | 15 | 66.88 | - |
| YUV | 86.19 | 201.83 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 217 | 0.17 | 0.94 | 0 | 0.15 | 289.12 | 0.89 | 0.45 |
| Hex | B4 | D | D9 | 11 | 5E | 0 | F | 121 | 59 | 2D |
| Octal | 264 | 15 | 331 | 21 | 136 | 0 | 17 | 441 | 131 | 55 |
| Binary | 10110100 | 1101 | 11011001 | 10001 | 1011110 | 0 | 1111 | 100100001 | 1011001 | 101101 |
Color Harmonies of #B40DD9
Complementary color
Monochromatic Colors of #B40DD9
Black with #B40DD9
Text Example
Text Example
White with #B40DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DD9; }
p { color: rgb(180,13,217); }
H1.HeaderClassName
{
color: #B40DD9;
}
.AnyTagClassName
{
color: #B40DD9;
}
</style>
background-color css
<style>
a { background-color: #B40DD9; }
a { background-color: rgb(180,13,217); }
div.DivClassName
{
background-color: #B40DD9;
}
.BgClassName
{
background-color: #B40DD9;
}
</style>
border-color css
<style>
span { border-color: #B40DD9; }
span { border-color: rgb(180,13,217); }
td.TdClassName
{
border-color: #B40DD9;
}
.TagClassName
{
border-color: #B40DD9;
}
</style>