Shades of Deep Magenta #B407DD
Tints of Deep Magenta #B407DD
RGB
CMYK
RGB Variations
Color information
#B407DD (or 0xB407DD) is known color: Deep Magenta. HEX triplet: B4, 07 and DD. RGB value is (180,7,221). Sum of RGB (Red+Green+Blue) = 180+7+221=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #B407DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407DD is #4BF822. Grayscale: #525252. Windows color (decimal): -4978723 or 14485428. OLE color: 14485428.
HSL color Cylindrical-coordinate representation of color #B407DD: hue angle of 288.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407DD is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 7 | 221 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.13 |
| HSL | 288.5º | 0.94% | 0.45% | - |
| HSV(B) | 288.5º | 0.97% | 0.87% | - |
| XYZ | 31.95 | 15.08 | 69.63 | - |
| YUV | 83.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 221 | 0.19 | 0.97 | 0 | 0.13 | 288.5 | 0.94 | 0.45 |
| Hex | B4 | 7 | DD | 13 | 61 | 0 | D | 121 | 5E | 2D |
| Octal | 264 | 7 | 335 | 23 | 141 | 0 | 15 | 441 | 136 | 55 |
| Binary | 10110100 | 111 | 11011101 | 10011 | 1100001 | 0 | 1101 | 100100001 | 1011110 | 101101 |
Color Harmonies of #B407DD
Complementary color
Monochromatic Colors of #B407DD
Black with #B407DD
Text Example
Text Example
White with #B407DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407DD; }
p { color: rgb(180,7,221); }
H1.HeaderClassName
{
color: #B407DD;
}
.AnyTagClassName
{
color: #B407DD;
}
</style>
background-color css
<style>
a { background-color: #B407DD; }
a { background-color: rgb(180,7,221); }
div.DivClassName
{
background-color: #B407DD;
}
.BgClassName
{
background-color: #B407DD;
}
</style>
border-color css
<style>
span { border-color: #B407DD; }
span { border-color: rgb(180,7,221); }
td.TdClassName
{
border-color: #B407DD;
}
.TagClassName
{
border-color: #B407DD;
}
</style>