Shades of Deep Magenta #B409DA
Tints of Deep Magenta #B409DA
RGB
CMYK
RGB Variations
Color information
#B409DA (or 0xB409DA) is known color: Deep Magenta. HEX triplet: B4, 09 and DA. RGB value is (180,9,218). Sum of RGB (Red+Green+Blue) = 180+9+218=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B409DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409DA is #4BF625. Grayscale: #535353. Windows color (decimal): -4978214 or 14289332. OLE color: 14289332.
HSL color Cylindrical-coordinate representation of color #B409DA: hue angle of 289.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B409DA is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 9 | 218 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.15 |
| HSL | 289.09º | 0.92% | 0.45% | - |
| HSV(B) | 289.09º | 0.96% | 0.85% | - |
| XYZ | 31.57 | 14.96 | 67.55 | - |
| YUV | 83.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 218 | 0.17 | 0.96 | 0 | 0.15 | 289.09 | 0.92 | 0.45 |
| Hex | B4 | 9 | DA | 11 | 60 | 0 | F | 121 | 5C | 2D |
| Octal | 264 | 11 | 332 | 21 | 140 | 0 | 17 | 441 | 134 | 55 |
| Binary | 10110100 | 1001 | 11011010 | 10001 | 1100000 | 0 | 1111 | 100100001 | 1011100 | 101101 |
Color Harmonies of #B409DA
Complementary color
Monochromatic Colors of #B409DA
Black with #B409DA
Text Example
Text Example
White with #B409DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409DA; }
p { color: rgb(180,9,218); }
H1.HeaderClassName
{
color: #B409DA;
}
.AnyTagClassName
{
color: #B409DA;
}
</style>
background-color css
<style>
a { background-color: #B409DA; }
a { background-color: rgb(180,9,218); }
div.DivClassName
{
background-color: #B409DA;
}
.BgClassName
{
background-color: #B409DA;
}
</style>
border-color css
<style>
span { border-color: #B409DA; }
span { border-color: rgb(180,9,218); }
td.TdClassName
{
border-color: #B409DA;
}
.TagClassName
{
border-color: #B409DA;
}
</style>