Shades of Deep Magenta #B109AC
Tints of Deep Magenta #B109AC
RGB
CMYK
RGB Variations
Color information
#B109AC (or 0xB109AC) is known color: Deep Magenta. HEX triplet: B1, 09 and AC. RGB value is (177,9,172). Sum of RGB (Red+Green+Blue) = 177+9+172=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B109AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109AC is #4EF653. Grayscale: #4D4D4D. Windows color (decimal): -5174868 or 11274673. OLE color: 11274673.
HSL color Cylindrical-coordinate representation of color #B109AC: hue angle of 301.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109AC is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 172 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.31 |
| HSL | 301.79º | 0.9% | 0.36% | - |
| HSV(B) | 301.79º | 0.95% | 0.69% | - |
| XYZ | 25.68 | 12.52 | 40.09 | - |
| YUV | 77.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 172 | 0 | 0.95 | 0.03 | 0.31 | 301.79 | 0.9 | 0.36 |
| Hex | B1 | 9 | AC | 0 | 5F | 3 | 1F | 12E | 5A | 24 |
| Octal | 261 | 11 | 254 | 0 | 137 | 3 | 37 | 456 | 132 | 44 |
| Binary | 10110001 | 1001 | 10101100 | 0 | 1011111 | 11 | 11111 | 100101110 | 1011010 | 100100 |
Color Harmonies of #B109AC
Complementary color
Monochromatic Colors of #B109AC
Black with #B109AC
Text Example
Text Example
White with #B109AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109AC; }
p { color: rgb(177,9,172); }
H1.HeaderClassName
{
color: #B109AC;
}
.AnyTagClassName
{
color: #B109AC;
}
</style>
background-color css
<style>
a { background-color: #B109AC; }
a { background-color: rgb(177,9,172); }
div.DivClassName
{
background-color: #B109AC;
}
.BgClassName
{
background-color: #B109AC;
}
</style>
border-color css
<style>
span { border-color: #B109AC; }
span { border-color: rgb(177,9,172); }
td.TdClassName
{
border-color: #B109AC;
}
.TagClassName
{
border-color: #B109AC;
}
</style>