Shades of Deep Magenta #B109A6
Tints of Deep Magenta #B109A6
RGB
CMYK
RGB Variations
Color information
#B109A6 (or 0xB109A6) is known color: Deep Magenta. HEX triplet: B1, 09 and A6. RGB value is (177,9,166). Sum of RGB (Red+Green+Blue) = 177+9+166=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B109A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109A6 is #4EF659. Grayscale: #4C4C4C. Windows color (decimal): -5174874 or 10881457. OLE color: 10881457.
HSL color Cylindrical-coordinate representation of color #B109A6: hue angle of 303.93º 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 #B109A6 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 166 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.31 |
| HSL | 303.93º | 0.9% | 0.36% | - |
| HSV(B) | 303.93º | 0.95% | 0.69% | - |
| XYZ | 25.11 | 12.3 | 37.13 | - |
| YUV | 77.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 166 | 0 | 0.95 | 0.06 | 0.31 | 303.93 | 0.9 | 0.36 |
| Hex | B1 | 9 | A6 | 0 | 5F | 6 | 1F | 130 | 5A | 24 |
| Octal | 261 | 11 | 246 | 0 | 137 | 6 | 37 | 460 | 132 | 44 |
| Binary | 10110001 | 1001 | 10100110 | 0 | 1011111 | 110 | 11111 | 100110000 | 1011010 | 100100 |
Color Harmonies of #B109A6
Complementary color
Monochromatic Colors of #B109A6
Black with #B109A6
Text Example
Text Example
White with #B109A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109A6; }
p { color: rgb(177,9,166); }
H1.HeaderClassName
{
color: #B109A6;
}
.AnyTagClassName
{
color: #B109A6;
}
</style>
background-color css
<style>
a { background-color: #B109A6; }
a { background-color: rgb(177,9,166); }
div.DivClassName
{
background-color: #B109A6;
}
.BgClassName
{
background-color: #B109A6;
}
</style>
border-color css
<style>
span { border-color: #B109A6; }
span { border-color: rgb(177,9,166); }
td.TdClassName
{
border-color: #B109A6;
}
.TagClassName
{
border-color: #B109A6;
}
</style>