Shades of Deep Magenta #B011BC
Tints of Deep Magenta #B011BC
RGB
CMYK
RGB Variations
Color information
#B011BC (or 0xB011BC) is known color: Deep Magenta. HEX triplet: B0, 11 and BC. RGB value is (176,17,188). Sum of RGB (Red+Green+Blue) = 176+17+188=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 17 (7.03% from 255 or 4.46% 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 #B011BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011BC is #4FEE43. Grayscale: #535353. Windows color (decimal): -5238340 or 12325296. OLE color: 12325296.
HSL color Cylindrical-coordinate representation of color #B011BC: hue angle of 295.79º degrees, saturation: 0.83, 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 #B011BC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 17 | 188 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.26 |
| HSL | 295.79º | 0.83% | 0.4% | - |
| HSV(B) | 295.79º | 0.91% | 0.74% | - |
| XYZ | 27.18 | 13.26 | 48.7 | - |
| YUV | 84.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 188 | 0.06 | 0.91 | 0 | 0.26 | 295.79 | 0.83 | 0.4 |
| Hex | B0 | 11 | BC | 6 | 5B | 0 | 1A | 128 | 53 | 28 |
| Octal | 260 | 21 | 274 | 6 | 133 | 0 | 32 | 450 | 123 | 50 |
| Binary | 10110000 | 10001 | 10111100 | 110 | 1011011 | 0 | 11010 | 100101000 | 1010011 | 101000 |
Color Harmonies of #B011BC
Complementary color
Monochromatic Colors of #B011BC
Black with #B011BC
Text Example
Text Example
White with #B011BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011BC; }
p { color: rgb(176,17,188); }
H1.HeaderClassName
{
color: #B011BC;
}
.AnyTagClassName
{
color: #B011BC;
}
</style>
background-color css
<style>
a { background-color: #B011BC; }
a { background-color: rgb(176,17,188); }
div.DivClassName
{
background-color: #B011BC;
}
.BgClassName
{
background-color: #B011BC;
}
</style>
border-color css
<style>
span { border-color: #B011BC; }
span { border-color: rgb(176,17,188); }
td.TdClassName
{
border-color: #B011BC;
}
.TagClassName
{
border-color: #B011BC;
}
</style>