Shades of Deep Magenta #B409AD
Tints of Deep Magenta #B409AD
RGB
CMYK
RGB Variations
Color information
#B409AD (or 0xB409AD) is known color: Deep Magenta. HEX triplet: B4, 09 and AD. RGB value is (180,9,173). Sum of RGB (Red+Green+Blue) = 180+9+173=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B409AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409AD is #4BF652. Grayscale: #4E4E4E. Windows color (decimal): -4978259 or 11340212. OLE color: 11340212.
HSL color Cylindrical-coordinate representation of color #B409AD: hue angle of 302.46º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B409AD is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.29 |
| HSL | 302.46º | 0.9% | 0.37% | - |
| HSV(B) | 302.46º | 0.95% | 0.71% | - |
| XYZ | 26.46 | 12.92 | 40.63 | - |
| YUV | 78.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 173 | 0 | 0.95 | 0.04 | 0.29 | 302.46 | 0.9 | 0.37 |
| Hex | B4 | 9 | AD | 0 | 5F | 4 | 1D | 12E | 5A | 25 |
| Octal | 264 | 11 | 255 | 0 | 137 | 4 | 35 | 456 | 132 | 45 |
| Binary | 10110100 | 1001 | 10101101 | 0 | 1011111 | 100 | 11101 | 100101110 | 1011010 | 100101 |
Color Harmonies of #B409AD
Complementary color
Monochromatic Colors of #B409AD
Black with #B409AD
Text Example
Text Example
White with #B409AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409AD; }
p { color: rgb(180,9,173); }
H1.HeaderClassName
{
color: #B409AD;
}
.AnyTagClassName
{
color: #B409AD;
}
</style>
background-color css
<style>
a { background-color: #B409AD; }
a { background-color: rgb(180,9,173); }
div.DivClassName
{
background-color: #B409AD;
}
.BgClassName
{
background-color: #B409AD;
}
</style>
border-color css
<style>
span { border-color: #B409AD; }
span { border-color: rgb(180,9,173); }
td.TdClassName
{
border-color: #B409AD;
}
.TagClassName
{
border-color: #B409AD;
}
</style>