Shades of Deep Magenta #B101BC
Tints of Deep Magenta #B101BC
RGB
CMYK
RGB Variations
Color information
#B101BC (or 0xB101BC) is known color: Deep Magenta. HEX triplet: B1, 01 and BC. RGB value is (177,1,188). Sum of RGB (Red+Green+Blue) = 177+1+188=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #B101BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101BC is #4EFE43. Grayscale: #4A4A4A. Windows color (decimal): -5176900 or 12321201. OLE color: 12321201.
HSL color Cylindrical-coordinate representation of color #B101BC: hue angle of 296.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101BC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 1 | 188 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.26 |
| HSL | 296.47º | 0.99% | 0.37% | - |
| HSV(B) | 296.47º | 0.99% | 0.74% | - |
| XYZ | 27.22 | 13 | 48.65 | - |
| YUV | 74.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 188 | 0.06 | 0.99 | 0 | 0.26 | 296.47 | 0.99 | 0.37 |
| Hex | B1 | 1 | BC | 6 | 63 | 0 | 1A | 128 | 63 | 25 |
| Octal | 261 | 1 | 274 | 6 | 143 | 0 | 32 | 450 | 143 | 45 |
| Binary | 10110001 | 1 | 10111100 | 110 | 1100011 | 0 | 11010 | 100101000 | 1100011 | 100101 |
Color Harmonies of #B101BC
Complementary color
Monochromatic Colors of #B101BC
Black with #B101BC
Text Example
Text Example
White with #B101BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101BC; }
p { color: rgb(177,1,188); }
H1.HeaderClassName
{
color: #B101BC;
}
.AnyTagClassName
{
color: #B101BC;
}
</style>
background-color css
<style>
a { background-color: #B101BC; }
a { background-color: rgb(177,1,188); }
div.DivClassName
{
background-color: #B101BC;
}
.BgClassName
{
background-color: #B101BC;
}
</style>
border-color css
<style>
span { border-color: #B101BC; }
span { border-color: rgb(177,1,188); }
td.TdClassName
{
border-color: #B101BC;
}
.TagClassName
{
border-color: #B101BC;
}
</style>