Shades of Deep Magenta #B40DD0
Tints of Deep Magenta #B40DD0
RGB
CMYK
RGB Variations
Color information
#B40DD0 (or 0xB40DD0) is known color: Deep Magenta. HEX triplet: B4, 0D and D0. RGB value is (180,13,208). Sum of RGB (Red+Green+Blue) = 180+13+208=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #B40DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DD0 is #4BF22F. Grayscale: #545454. Windows color (decimal): -4977200 or 13634996. OLE color: 13634996.
HSL color Cylindrical-coordinate representation of color #B40DD0: hue angle of 291.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40DD0 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 13 | 208 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.18 |
| HSL | 291.38º | 0.88% | 0.43% | - |
| HSV(B) | 291.38º | 0.94% | 0.82% | - |
| XYZ | 30.35 | 14.55 | 60.88 | - |
| YUV | 85.16 | 197.33 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 208 | 0.13 | 0.94 | 0 | 0.18 | 291.38 | 0.88 | 0.43 |
| Hex | B4 | D | D0 | D | 5E | 0 | 12 | 123 | 58 | 2B |
| Octal | 264 | 15 | 320 | 15 | 136 | 0 | 22 | 443 | 130 | 53 |
| Binary | 10110100 | 1101 | 11010000 | 1101 | 1011110 | 0 | 10010 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B40DD0
Complementary color
Monochromatic Colors of #B40DD0
Black with #B40DD0
Text Example
Text Example
White with #B40DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DD0; }
p { color: rgb(180,13,208); }
H1.HeaderClassName
{
color: #B40DD0;
}
.AnyTagClassName
{
color: #B40DD0;
}
</style>
background-color css
<style>
a { background-color: #B40DD0; }
a { background-color: rgb(180,13,208); }
div.DivClassName
{
background-color: #B40DD0;
}
.BgClassName
{
background-color: #B40DD0;
}
</style>
border-color css
<style>
span { border-color: #B40DD0; }
span { border-color: rgb(180,13,208); }
td.TdClassName
{
border-color: #B40DD0;
}
.TagClassName
{
border-color: #B40DD0;
}
</style>