Shades of Deep Magenta #B409DB
Tints of Deep Magenta #B409DB
RGB
CMYK
RGB Variations
Color information
#B409DB (or 0xB409DB) is known color: Deep Magenta. HEX triplet: B4, 09 and DB. RGB value is (180,9,219). Sum of RGB (Red+Green+Blue) = 180+9+219=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B409DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409DB is #4BF624. Grayscale: #535353. Windows color (decimal): -4978213 or 14354868. OLE color: 14354868.
HSL color Cylindrical-coordinate representation of color #B409DB: hue angle of 288.86º 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 #B409DB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 9 | 219 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.14 |
| HSL | 288.86º | 0.92% | 0.45% | - |
| HSV(B) | 288.86º | 0.96% | 0.86% | - |
| XYZ | 31.71 | 15.01 | 68.24 | - |
| YUV | 84.07 | 204.15 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 219 | 0.18 | 0.96 | 0 | 0.14 | 288.86 | 0.92 | 0.45 |
| Hex | B4 | 9 | DB | 12 | 60 | 0 | E | 121 | 5C | 2D |
| Octal | 264 | 11 | 333 | 22 | 140 | 0 | 16 | 441 | 134 | 55 |
| Binary | 10110100 | 1001 | 11011011 | 10010 | 1100000 | 0 | 1110 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B409DB
Complementary color
Monochromatic Colors of #B409DB
Black with #B409DB
Text Example
Text Example
White with #B409DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409DB; }
p { color: rgb(180,9,219); }
H1.HeaderClassName
{
color: #B409DB;
}
.AnyTagClassName
{
color: #B409DB;
}
</style>
background-color css
<style>
a { background-color: #B409DB; }
a { background-color: rgb(180,9,219); }
div.DivClassName
{
background-color: #B409DB;
}
.BgClassName
{
background-color: #B409DB;
}
</style>
border-color css
<style>
span { border-color: #B409DB; }
span { border-color: rgb(180,9,219); }
td.TdClassName
{
border-color: #B409DB;
}
.TagClassName
{
border-color: #B409DB;
}
</style>