Shades of Deep Magenta #B409DD
Tints of Deep Magenta #B409DD
RGB
CMYK
RGB Variations
Color information
#B409DD (or 0xB409DD) is known color: Deep Magenta. HEX triplet: B4, 09 and DD. RGB value is (180,9,221). Sum of RGB (Red+Green+Blue) = 180+9+221=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #B409DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409DD is #4BF622. Grayscale: #535353. Windows color (decimal): -4978211 or 14485940. OLE color: 14485940.
HSL color Cylindrical-coordinate representation of color #B409DD: hue angle of 288.4º degrees, saturation: 0.92, 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 #B409DD is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 9 | 221 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.13 |
| HSL | 288.4º | 0.92% | 0.45% | - |
| HSV(B) | 288.4º | 0.96% | 0.87% | - |
| XYZ | 31.97 | 15.12 | 69.64 | - |
| YUV | 84.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 221 | 0.19 | 0.96 | 0 | 0.13 | 288.4 | 0.92 | 0.45 |
| Hex | B4 | 9 | DD | 13 | 60 | 0 | D | 120 | 5C | 2D |
| Octal | 264 | 11 | 335 | 23 | 140 | 0 | 15 | 440 | 134 | 55 |
| Binary | 10110100 | 1001 | 11011101 | 10011 | 1100000 | 0 | 1101 | 100100000 | 1011100 | 101101 |
Color Harmonies of #B409DD
Complementary color
Monochromatic Colors of #B409DD
Black with #B409DD
Text Example
Text Example
White with #B409DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409DD; }
p { color: rgb(180,9,221); }
H1.HeaderClassName
{
color: #B409DD;
}
.AnyTagClassName
{
color: #B409DD;
}
</style>
background-color css
<style>
a { background-color: #B409DD; }
a { background-color: rgb(180,9,221); }
div.DivClassName
{
background-color: #B409DD;
}
.BgClassName
{
background-color: #B409DD;
}
</style>
border-color css
<style>
span { border-color: #B409DD; }
span { border-color: rgb(180,9,221); }
td.TdClassName
{
border-color: #B409DD;
}
.TagClassName
{
border-color: #B409DD;
}
</style>