Shades of Deep Magenta #B109CB
Tints of Deep Magenta #B109CB
RGB
CMYK
RGB Variations
Color information
#B109CB (or 0xB109CB) is known color: Deep Magenta. HEX triplet: B1, 09 and CB. RGB value is (177,9,203). Sum of RGB (Red+Green+Blue) = 177+9+203=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B109CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109CB is #4EF634. Grayscale: #505050. Windows color (decimal): -5174837 or 13306289. OLE color: 13306289.
HSL color Cylindrical-coordinate representation of color #B109CB: hue angle of 291.96º 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 #B109CB is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 9 | 203 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.20 |
| HSL | 291.96º | 0.92% | 0.42% | - |
| HSV(B) | 291.96º | 0.96% | 0.8% | - |
| XYZ | 29.01 | 13.85 | 57.65 | - |
| YUV | 81.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 203 | 0.13 | 0.96 | 0 | 0.20 | 291.96 | 0.92 | 0.42 |
| Hex | B1 | 9 | CB | D | 60 | 0 | 14 | 124 | 5C | 2A |
| Octal | 261 | 11 | 313 | 15 | 140 | 0 | 24 | 444 | 134 | 52 |
| Binary | 10110001 | 1001 | 11001011 | 1101 | 1100000 | 0 | 10100 | 100100100 | 1011100 | 101010 |
Color Harmonies of #B109CB
Complementary color
Monochromatic Colors of #B109CB
Black with #B109CB
Text Example
Text Example
White with #B109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109CB; }
p { color: rgb(177,9,203); }
H1.HeaderClassName
{
color: #B109CB;
}
.AnyTagClassName
{
color: #B109CB;
}
</style>
background-color css
<style>
a { background-color: #B109CB; }
a { background-color: rgb(177,9,203); }
div.DivClassName
{
background-color: #B109CB;
}
.BgClassName
{
background-color: #B109CB;
}
</style>
border-color css
<style>
span { border-color: #B109CB; }
span { border-color: rgb(177,9,203); }
td.TdClassName
{
border-color: #B109CB;
}
.TagClassName
{
border-color: #B109CB;
}
</style>