Shades of Deep Magenta #B109D0
Tints of Deep Magenta #B109D0
RGB
CMYK
RGB Variations
Color information
#B109D0 (or 0xB109D0) is known color: Deep Magenta. HEX triplet: B1, 09 and D0. RGB value is (177,9,208). Sum of RGB (Red+Green+Blue) = 177+9+208=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #B109D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109D0 is #4EF62F. Grayscale: #515151. Windows color (decimal): -5174832 or 13633969. OLE color: 13633969.
HSL color Cylindrical-coordinate representation of color #B109D0: hue angle of 290.65º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109D0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 9 | 208 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.18 |
| HSL | 290.65º | 0.92% | 0.43% | - |
| HSV(B) | 290.65º | 0.96% | 0.82% | - |
| XYZ | 29.61 | 14.1 | 60.83 | - |
| YUV | 81.92 | 199.16 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 208 | 0.15 | 0.96 | 0 | 0.18 | 290.65 | 0.92 | 0.43 |
| Hex | B1 | 9 | D0 | F | 60 | 0 | 12 | 123 | 5C | 2B |
| Octal | 261 | 11 | 320 | 17 | 140 | 0 | 22 | 443 | 134 | 53 |
| Binary | 10110001 | 1001 | 11010000 | 1111 | 1100000 | 0 | 10010 | 100100011 | 1011100 | 101011 |
Color Harmonies of #B109D0
Complementary color
Monochromatic Colors of #B109D0
Black with #B109D0
Text Example
Text Example
White with #B109D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109D0; }
p { color: rgb(177,9,208); }
H1.HeaderClassName
{
color: #B109D0;
}
.AnyTagClassName
{
color: #B109D0;
}
</style>
background-color css
<style>
a { background-color: #B109D0; }
a { background-color: rgb(177,9,208); }
div.DivClassName
{
background-color: #B109D0;
}
.BgClassName
{
background-color: #B109D0;
}
</style>
border-color css
<style>
span { border-color: #B109D0; }
span { border-color: rgb(177,9,208); }
td.TdClassName
{
border-color: #B109D0;
}
.TagClassName
{
border-color: #B109D0;
}
</style>