Shades of Deep Magenta #B109B0
Tints of Deep Magenta #B109B0
RGB
CMYK
RGB Variations
Color information
#B109B0 (or 0xB109B0) is known color: Deep Magenta. HEX triplet: B1, 09 and B0. RGB value is (177,9,176). Sum of RGB (Red+Green+Blue) = 177+9+176=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B109B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109B0 is #4EF64F. Grayscale: #4D4D4D. Windows color (decimal): -5174864 or 11536817. OLE color: 11536817.
HSL color Cylindrical-coordinate representation of color #B109B0: hue angle of 300.36º 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 #B109B0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 176 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.31 |
| HSL | 300.36º | 0.9% | 0.36% | - |
| HSV(B) | 300.36º | 0.95% | 0.69% | - |
| XYZ | 26.07 | 12.68 | 42.15 | - |
| YUV | 78.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 176 | 0 | 0.95 | 0.01 | 0.31 | 300.36 | 0.9 | 0.36 |
| Hex | B1 | 9 | B0 | 0 | 5F | 1 | 1F | 12C | 5A | 24 |
| Octal | 261 | 11 | 260 | 0 | 137 | 1 | 37 | 454 | 132 | 44 |
| Binary | 10110001 | 1001 | 10110000 | 0 | 1011111 | 1 | 11111 | 100101100 | 1011010 | 100100 |
Color Harmonies of #B109B0
Complementary color
Monochromatic Colors of #B109B0
Black with #B109B0
Text Example
Text Example
White with #B109B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B109B0; }
p { color: rgb(177,9,176); }
H1.HeaderClassName
{
color: #B109B0;
}
.AnyTagClassName
{
color: #B109B0;
}
</style>
background-color css
<style>
a { background-color: #B109B0; }
a { background-color: rgb(177,9,176); }
div.DivClassName
{
background-color: #B109B0;
}
.BgClassName
{
background-color: #B109B0;
}
</style>
border-color css
<style>
span { border-color: #B109B0; }
span { border-color: rgb(177,9,176); }
td.TdClassName
{
border-color: #B109B0;
}
.TagClassName
{
border-color: #B109B0;
}
</style>