Shades of Deep Magenta #B109C7
Tints of Deep Magenta #B109C7
RGB
CMYK
RGB Variations
Color information
#B109C7 (or 0xB109C7) is known color: Deep Magenta. HEX triplet: B1, 09 and C7. RGB value is (177,9,199). Sum of RGB (Red+Green+Blue) = 177+9+199=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #B109C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109C7 is #4EF638. Grayscale: #505050. Windows color (decimal): -5174841 or 13044145. OLE color: 13044145.
HSL color Cylindrical-coordinate representation of color #B109C7: hue angle of 293.05º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109C7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 9 | 199 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.22 |
| HSL | 293.05º | 0.91% | 0.41% | - |
| HSV(B) | 293.05º | 0.95% | 0.78% | - |
| XYZ | 28.54 | 13.67 | 55.17 | - |
| YUV | 80.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 199 | 0.11 | 0.95 | 0 | 0.22 | 293.05 | 0.91 | 0.41 |
| Hex | B1 | 9 | C7 | B | 5F | 0 | 16 | 125 | 5B | 29 |
| Octal | 261 | 11 | 307 | 13 | 137 | 0 | 26 | 445 | 133 | 51 |
| Binary | 10110001 | 1001 | 11000111 | 1011 | 1011111 | 0 | 10110 | 100100101 | 1011011 | 101001 |
Color Harmonies of #B109C7
Complementary color
Monochromatic Colors of #B109C7
Black with #B109C7
Text Example
Text Example
White with #B109C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109C7; }
p { color: rgb(177,9,199); }
H1.HeaderClassName
{
color: #B109C7;
}
.AnyTagClassName
{
color: #B109C7;
}
</style>
background-color css
<style>
a { background-color: #B109C7; }
a { background-color: rgb(177,9,199); }
div.DivClassName
{
background-color: #B109C7;
}
.BgClassName
{
background-color: #B109C7;
}
</style>
border-color css
<style>
span { border-color: #B109C7; }
span { border-color: rgb(177,9,199); }
td.TdClassName
{
border-color: #B109C7;
}
.TagClassName
{
border-color: #B109C7;
}
</style>