Shades of Deep Magenta #B409AC
Tints of Deep Magenta #B409AC
RGB
CMYK
RGB Variations
Color information
#B409AC (or 0xB409AC) is known color: Deep Magenta. HEX triplet: B4, 09 and AC. RGB value is (180,9,172). Sum of RGB (Red+Green+Blue) = 180+9+172=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B409AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409AC is #4BF653. Grayscale: #4E4E4E. Windows color (decimal): -4978260 or 11274676. OLE color: 11274676.
HSL color Cylindrical-coordinate representation of color #B409AC: hue angle of 302.81º 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 #B409AC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 172 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.29 |
| HSL | 302.81º | 0.9% | 0.37% | - |
| HSV(B) | 302.81º | 0.95% | 0.71% | - |
| XYZ | 26.37 | 12.88 | 40.13 | - |
| YUV | 78.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 172 | 0 | 0.95 | 0.04 | 0.29 | 302.81 | 0.9 | 0.37 |
| Hex | B4 | 9 | AC | 0 | 5F | 4 | 1D | 12F | 5A | 25 |
| Octal | 264 | 11 | 254 | 0 | 137 | 4 | 35 | 457 | 132 | 45 |
| Binary | 10110100 | 1001 | 10101100 | 0 | 1011111 | 100 | 11101 | 100101111 | 1011010 | 100101 |
Color Harmonies of #B409AC
Complementary color
Monochromatic Colors of #B409AC
Black with #B409AC
Text Example
Text Example
White with #B409AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409AC; }
p { color: rgb(180,9,172); }
H1.HeaderClassName
{
color: #B409AC;
}
.AnyTagClassName
{
color: #B409AC;
}
</style>
background-color css
<style>
a { background-color: #B409AC; }
a { background-color: rgb(180,9,172); }
div.DivClassName
{
background-color: #B409AC;
}
.BgClassName
{
background-color: #B409AC;
}
</style>
border-color css
<style>
span { border-color: #B409AC; }
span { border-color: rgb(180,9,172); }
td.TdClassName
{
border-color: #B409AC;
}
.TagClassName
{
border-color: #B409AC;
}
</style>