Shades of Deep Magenta #B109CC
Tints of Deep Magenta #B109CC
RGB
CMYK
RGB Variations
Color information
#B109CC (or 0xB109CC) is known color: Deep Magenta. HEX triplet: B1, 09 and CC. RGB value is (177,9,204). Sum of RGB (Red+Green+Blue) = 177+9+204=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #B109CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109CC is #4EF633. Grayscale: #505050. Windows color (decimal): -5174836 or 13371825. OLE color: 13371825.
HSL color Cylindrical-coordinate representation of color #B109CC: hue angle of 291.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109CC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 9 | 204 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.2 |
| HSL | 291.69º | 0.92% | 0.42% | - |
| HSV(B) | 291.69º | 0.96% | 0.8% | - |
| XYZ | 29.13 | 13.9 | 58.27 | - |
| YUV | 81.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 204 | 0.13 | 0.96 | 0 | 0.2 | 291.69 | 0.92 | 0.42 |
| Hex | B1 | 9 | CC | D | 60 | 0 | 14 | 124 | 5C | 2A |
| Octal | 261 | 11 | 314 | 15 | 140 | 0 | 24 | 444 | 134 | 52 |
| Binary | 10110001 | 1001 | 11001100 | 1101 | 1100000 | 0 | 10100 | 100100100 | 1011100 | 101010 |
Color Harmonies of #B109CC
Complementary color
Monochromatic Colors of #B109CC
Black with #B109CC
Text Example
Text Example
White with #B109CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109CC; }
p { color: rgb(177,9,204); }
H1.HeaderClassName
{
color: #B109CC;
}
.AnyTagClassName
{
color: #B109CC;
}
</style>
background-color css
<style>
a { background-color: #B109CC; }
a { background-color: rgb(177,9,204); }
div.DivClassName
{
background-color: #B109CC;
}
.BgClassName
{
background-color: #B109CC;
}
</style>
border-color css
<style>
span { border-color: #B109CC; }
span { border-color: rgb(177,9,204); }
td.TdClassName
{
border-color: #B109CC;
}
.TagClassName
{
border-color: #B109CC;
}
</style>