Shades of Deep Magenta #B409BA
Tints of Deep Magenta #B409BA
RGB
CMYK
RGB Variations
Color information
#B409BA (or 0xB409BA) is known color: Deep Magenta. HEX triplet: B4, 09 and BA. RGB value is (180,9,186). Sum of RGB (Red+Green+Blue) = 180+9+186=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #B409BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B409BA is #4BF645. Grayscale: #4F4F4F. Windows color (decimal): -4978246 or 12192180. OLE color: 12192180.
HSL color Cylindrical-coordinate representation of color #B409BA: hue angle of 297.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B409BA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 9 | 186 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.27 |
| HSL | 297.97º | 0.91% | 0.38% | - |
| HSV(B) | 297.97º | 0.95% | 0.73% | - |
| XYZ | 27.78 | 13.44 | 47.58 | - |
| YUV | 80.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 186 | 0.03 | 0.95 | 0 | 0.27 | 297.97 | 0.91 | 0.38 |
| Hex | B4 | 9 | BA | 3 | 5F | 0 | 1B | 12A | 5B | 26 |
| Octal | 264 | 11 | 272 | 3 | 137 | 0 | 33 | 452 | 133 | 46 |
| Binary | 10110100 | 1001 | 10111010 | 11 | 1011111 | 0 | 11011 | 100101010 | 1011011 | 100110 |
Color Harmonies of #B409BA
Complementary color
Monochromatic Colors of #B409BA
Black with #B409BA
Text Example
Text Example
White with #B409BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409BA; }
p { color: rgb(180,9,186); }
H1.HeaderClassName
{
color: #B409BA;
}
.AnyTagClassName
{
color: #B409BA;
}
</style>
background-color css
<style>
a { background-color: #B409BA; }
a { background-color: rgb(180,9,186); }
div.DivClassName
{
background-color: #B409BA;
}
.BgClassName
{
background-color: #B409BA;
}
</style>
border-color css
<style>
span { border-color: #B409BA; }
span { border-color: rgb(180,9,186); }
td.TdClassName
{
border-color: #B409BA;
}
.TagClassName
{
border-color: #B409BA;
}
</style>