Shades of Deep Magenta #B408DD
Tints of Deep Magenta #B408DD
RGB
CMYK
RGB Variations
Color information
#B408DD (or 0xB408DD) is known color: Deep Magenta. HEX triplet: B4, 08 and DD. RGB value is (180,8,221). Sum of RGB (Red+Green+Blue) = 180+8+221=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #B408DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408DD is #4BF722. Grayscale: #535353. Windows color (decimal): -4978467 or 14485684. OLE color: 14485684.
HSL color Cylindrical-coordinate representation of color #B408DD: hue angle of 288.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B408DD is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 8 | 221 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.13 |
| HSL | 288.45º | 0.93% | 0.45% | - |
| HSV(B) | 288.45º | 0.96% | 0.87% | - |
| XYZ | 31.96 | 15.1 | 69.64 | - |
| YUV | 83.71 | 205.48 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 221 | 0.19 | 0.96 | 0 | 0.13 | 288.45 | 0.93 | 0.45 |
| Hex | B4 | 8 | DD | 13 | 60 | 0 | D | 120 | 5D | 2D |
| Octal | 264 | 10 | 335 | 23 | 140 | 0 | 15 | 440 | 135 | 55 |
| Binary | 10110100 | 1000 | 11011101 | 10011 | 1100000 | 0 | 1101 | 100100000 | 1011101 | 101101 |
Color Harmonies of #B408DD
Complementary color
Monochromatic Colors of #B408DD
Black with #B408DD
Text Example
Text Example
White with #B408DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408DD; }
p { color: rgb(180,8,221); }
H1.HeaderClassName
{
color: #B408DD;
}
.AnyTagClassName
{
color: #B408DD;
}
</style>
background-color css
<style>
a { background-color: #B408DD; }
a { background-color: rgb(180,8,221); }
div.DivClassName
{
background-color: #B408DD;
}
.BgClassName
{
background-color: #B408DD;
}
</style>
border-color css
<style>
span { border-color: #B408DD; }
span { border-color: rgb(180,8,221); }
td.TdClassName
{
border-color: #B408DD;
}
.TagClassName
{
border-color: #B408DD;
}
</style>