Shades of Deep Magenta #B110BA
Tints of Deep Magenta #B110BA
RGB
CMYK
RGB Variations
Color information
#B110BA (or 0xB110BA) is known color: Deep Magenta. HEX triplet: B1, 10 and BA. RGB value is (177,16,186). Sum of RGB (Red+Green+Blue) = 177+16+186=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B110BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110BA is #4EEF45. Grayscale: #535353. Windows color (decimal): -5173062 or 12193969. OLE color: 12193969.
HSL color Cylindrical-coordinate representation of color #B110BA: hue angle of 296.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110BA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 16 | 186 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.27 |
| HSL | 296.82º | 0.84% | 0.4% | - |
| HSV(B) | 296.82º | 0.91% | 0.73% | - |
| XYZ | 27.18 | 13.26 | 47.58 | - |
| YUV | 83.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 186 | 0.05 | 0.91 | 0 | 0.27 | 296.82 | 0.84 | 0.4 |
| Hex | B1 | 10 | BA | 5 | 5B | 0 | 1B | 129 | 54 | 28 |
| Octal | 261 | 20 | 272 | 5 | 133 | 0 | 33 | 451 | 124 | 50 |
| Binary | 10110001 | 10000 | 10111010 | 101 | 1011011 | 0 | 11011 | 100101001 | 1010100 | 101000 |
Color Harmonies of #B110BA
Complementary color
Monochromatic Colors of #B110BA
Black with #B110BA
Text Example
Text Example
White with #B110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110BA; }
p { color: rgb(177,16,186); }
H1.HeaderClassName
{
color: #B110BA;
}
.AnyTagClassName
{
color: #B110BA;
}
</style>
background-color css
<style>
a { background-color: #B110BA; }
a { background-color: rgb(177,16,186); }
div.DivClassName
{
background-color: #B110BA;
}
.BgClassName
{
background-color: #B110BA;
}
</style>
border-color css
<style>
span { border-color: #B110BA; }
span { border-color: rgb(177,16,186); }
td.TdClassName
{
border-color: #B110BA;
}
.TagClassName
{
border-color: #B110BA;
}
</style>