Shades of Deep Magenta #B109AD
Tints of Deep Magenta #B109AD
RGB
CMYK
RGB Variations
Color information
#B109AD (or 0xB109AD) is known color: Deep Magenta. HEX triplet: B1, 09 and AD. RGB value is (177,9,173). Sum of RGB (Red+Green+Blue) = 177+9+173=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B109AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109AD is #4EF652. Grayscale: #4D4D4D. Windows color (decimal): -5174867 or 11340209. OLE color: 11340209.
HSL color Cylindrical-coordinate representation of color #B109AD: hue angle of 301.43º 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 #B109AD is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.31 |
| HSL | 301.43º | 0.9% | 0.36% | - |
| HSV(B) | 301.43º | 0.95% | 0.69% | - |
| XYZ | 25.77 | 12.56 | 40.6 | - |
| YUV | 77.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 173 | 0 | 0.95 | 0.02 | 0.31 | 301.43 | 0.9 | 0.36 |
| Hex | B1 | 9 | AD | 0 | 5F | 2 | 1F | 12D | 5A | 24 |
| Octal | 261 | 11 | 255 | 0 | 137 | 2 | 37 | 455 | 132 | 44 |
| Binary | 10110001 | 1001 | 10101101 | 0 | 1011111 | 10 | 11111 | 100101101 | 1011010 | 100100 |
Color Harmonies of #B109AD
Complementary color
Monochromatic Colors of #B109AD
Black with #B109AD
Text Example
Text Example
White with #B109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109AD; }
p { color: rgb(177,9,173); }
H1.HeaderClassName
{
color: #B109AD;
}
.AnyTagClassName
{
color: #B109AD;
}
</style>
background-color css
<style>
a { background-color: #B109AD; }
a { background-color: rgb(177,9,173); }
div.DivClassName
{
background-color: #B109AD;
}
.BgClassName
{
background-color: #B109AD;
}
</style>
border-color css
<style>
span { border-color: #B109AD; }
span { border-color: rgb(177,9,173); }
td.TdClassName
{
border-color: #B109AD;
}
.TagClassName
{
border-color: #B109AD;
}
</style>