Shades of Deep Magenta #B100BB
Tints of Deep Magenta #B100BB
RGB
CMYK
RGB Variations
Color information
#B100BB (or 0xB100BB) is known color: Deep Magenta. HEX triplet: B1, 00 and BB. RGB value is (177,0,187). Sum of RGB (Red+Green+Blue) = 177+0+187=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #B100BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100BB is #4EFF44. Grayscale: #494949. Windows color (decimal): -5177157 or 12255409. OLE color: 12255409.
HSL color Cylindrical-coordinate representation of color #B100BB: hue angle of 296.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100BB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 0 | 187 | - |
| CMYK | 0.05 | 1 | 0 | 0.27 |
| HSL | 296.79º | 1% | 0.37% | - |
| HSV(B) | 296.79º | 1% | 0.73% | - |
| XYZ | 27.1 | 12.93 | 48.08 | - |
| YUV | 74.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 187 | 0.05 | 1 | 0 | 0.27 | 296.79 | 1 | 0.37 |
| Hex | B1 | 0 | BB | 5 | 64 | 0 | 1B | 129 | 64 | 25 |
| Octal | 261 | 0 | 273 | 5 | 144 | 0 | 33 | 451 | 144 | 45 |
| Binary | 10110001 | 0 | 10111011 | 101 | 1100100 | 0 | 11011 | 100101001 | 1100100 | 100101 |
Color Harmonies of #B100BB
Complementary color
Monochromatic Colors of #B100BB
Black with #B100BB
Text Example
Text Example
White with #B100BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100BB; }
p { color: rgb(177,0,187); }
H1.HeaderClassName
{
color: #B100BB;
}
.AnyTagClassName
{
color: #B100BB;
}
</style>
background-color css
<style>
a { background-color: #B100BB; }
a { background-color: rgb(177,0,187); }
div.DivClassName
{
background-color: #B100BB;
}
.BgClassName
{
background-color: #B100BB;
}
</style>
border-color css
<style>
span { border-color: #B100BB; }
span { border-color: rgb(177,0,187); }
td.TdClassName
{
border-color: #B100BB;
}
.TagClassName
{
border-color: #B100BB;
}
</style>