Shades of Deep Magenta #B409DC
Tints of Deep Magenta #B409DC
RGB
CMYK
RGB Variations
Color information
#B409DC (or 0xB409DC) is known color: Deep Magenta. HEX triplet: B4, 09 and DC. RGB value is (180,9,220). Sum of RGB (Red+Green+Blue) = 180+9+220=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #B409DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409DC is #4BF623. Grayscale: #535353. Windows color (decimal): -4978212 or 14420404. OLE color: 14420404.
HSL color Cylindrical-coordinate representation of color #B409DC: hue angle of 288.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409DC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 9 | 220 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.14 |
| HSL | 288.63º | 0.92% | 0.45% | - |
| HSV(B) | 288.63º | 0.96% | 0.86% | - |
| XYZ | 31.84 | 15.07 | 68.94 | - |
| YUV | 84.18 | 204.65 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 220 | 0.18 | 0.96 | 0 | 0.14 | 288.63 | 0.92 | 0.45 |
| Hex | B4 | 9 | DC | 12 | 60 | 0 | E | 121 | 5C | 2D |
| Octal | 264 | 11 | 334 | 22 | 140 | 0 | 16 | 441 | 134 | 55 |
| Binary | 10110100 | 1001 | 11011100 | 10010 | 1100000 | 0 | 1110 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B409DC
Complementary color
Monochromatic Colors of #B409DC
Black with #B409DC
Text Example
Text Example
White with #B409DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409DC; }
p { color: rgb(180,9,220); }
H1.HeaderClassName
{
color: #B409DC;
}
.AnyTagClassName
{
color: #B409DC;
}
</style>
background-color css
<style>
a { background-color: #B409DC; }
a { background-color: rgb(180,9,220); }
div.DivClassName
{
background-color: #B409DC;
}
.BgClassName
{
background-color: #B409DC;
}
</style>
border-color css
<style>
span { border-color: #B409DC; }
span { border-color: rgb(180,9,220); }
td.TdClassName
{
border-color: #B409DC;
}
.TagClassName
{
border-color: #B409DC;
}
</style>