Shades of Deep Magenta #B409B1
Tints of Deep Magenta #B409B1
RGB
CMYK
RGB Variations
Color information
#B409B1 (or 0xB409B1) is known color: Deep Magenta. HEX triplet: B4, 09 and B1. RGB value is (180,9,177). Sum of RGB (Red+Green+Blue) = 180+9+177=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B409B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B409B1 is #4BF64E. Grayscale: #4E4E4E. Windows color (decimal): -4978255 or 11602356. OLE color: 11602356.
HSL color Cylindrical-coordinate representation of color #B409B1: hue angle of 301.05º 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 #B409B1 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 177 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.29 |
| HSL | 301.05º | 0.9% | 0.37% | - |
| HSV(B) | 301.05º | 0.95% | 0.71% | - |
| XYZ | 26.86 | 13.07 | 42.7 | - |
| YUV | 79.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 177 | 0 | 0.95 | 0.02 | 0.29 | 301.05 | 0.9 | 0.37 |
| Hex | B4 | 9 | B1 | 0 | 5F | 2 | 1D | 12D | 5A | 25 |
| Octal | 264 | 11 | 261 | 0 | 137 | 2 | 35 | 455 | 132 | 45 |
| Binary | 10110100 | 1001 | 10110001 | 0 | 1011111 | 10 | 11101 | 100101101 | 1011010 | 100101 |
Color Harmonies of #B409B1
Complementary color
Monochromatic Colors of #B409B1
Black with #B409B1
Text Example
Text Example
White with #B409B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B409B1; }
p { color: rgb(180,9,177); }
H1.HeaderClassName
{
color: #B409B1;
}
.AnyTagClassName
{
color: #B409B1;
}
</style>
background-color css
<style>
a { background-color: #B409B1; }
a { background-color: rgb(180,9,177); }
div.DivClassName
{
background-color: #B409B1;
}
.BgClassName
{
background-color: #B409B1;
}
</style>
border-color css
<style>
span { border-color: #B409B1; }
span { border-color: rgb(180,9,177); }
td.TdClassName
{
border-color: #B409B1;
}
.TagClassName
{
border-color: #B409B1;
}
</style>