Shades of Deep Magenta #B110BC
Tints of Deep Magenta #B110BC
RGB
CMYK
RGB Variations
Color information
#B110BC (or 0xB110BC) is known color: Deep Magenta. HEX triplet: B1, 10 and BC. RGB value is (177,16,188). Sum of RGB (Red+Green+Blue) = 177+16+188=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #B110BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110BC is #4EEF43. Grayscale: #535353. Windows color (decimal): -5173060 or 12325041. OLE color: 12325041.
HSL color Cylindrical-coordinate representation of color #B110BC: hue angle of 296.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110BC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 16 | 188 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.26 |
| HSL | 296.16º | 0.84% | 0.4% | - |
| HSV(B) | 296.16º | 0.91% | 0.74% | - |
| XYZ | 27.39 | 13.35 | 48.71 | - |
| YUV | 83.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 188 | 0.06 | 0.91 | 0 | 0.26 | 296.16 | 0.84 | 0.4 |
| Hex | B1 | 10 | BC | 6 | 5B | 0 | 1A | 128 | 54 | 28 |
| Octal | 261 | 20 | 274 | 6 | 133 | 0 | 32 | 450 | 124 | 50 |
| Binary | 10110001 | 10000 | 10111100 | 110 | 1011011 | 0 | 11010 | 100101000 | 1010100 | 101000 |
Color Harmonies of #B110BC
Complementary color
Monochromatic Colors of #B110BC
Black with #B110BC
Text Example
Text Example
White with #B110BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110BC; }
p { color: rgb(177,16,188); }
H1.HeaderClassName
{
color: #B110BC;
}
.AnyTagClassName
{
color: #B110BC;
}
</style>
background-color css
<style>
a { background-color: #B110BC; }
a { background-color: rgb(177,16,188); }
div.DivClassName
{
background-color: #B110BC;
}
.BgClassName
{
background-color: #B110BC;
}
</style>
border-color css
<style>
span { border-color: #B110BC; }
span { border-color: rgb(177,16,188); }
td.TdClassName
{
border-color: #B110BC;
}
.TagClassName
{
border-color: #B110BC;
}
</style>