Shades of Deep Magenta #B100AA
Tints of Deep Magenta #B100AA
RGB
CMYK
RGB Variations
Color information
#B100AA (or 0xB100AA) is known color: Deep Magenta. HEX triplet: B1, 00 and AA. RGB value is (177,0,170). Sum of RGB (Red+Green+Blue) = 177+0+170=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B100AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100AA is #4EFF55. Grayscale: #474747. Windows color (decimal): -5177174 or 11141297. OLE color: 11141297.
HSL color Cylindrical-coordinate representation of color #B100AA: hue angle of 302.37º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100AA is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.04 | 0.31 |
| HSL | 302.37º | 1% | 0.35% | - |
| HSV(B) | 302.37º | 1% | 0.69% | - |
| XYZ | 25.39 | 12.25 | 39.06 | - |
| YUV | 72.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 170 | 0 | 1 | 0.04 | 0.31 | 302.37 | 1 | 0.35 |
| Hex | B1 | 0 | AA | 0 | 64 | 4 | 1F | 12E | 64 | 23 |
| Octal | 261 | 0 | 252 | 0 | 144 | 4 | 37 | 456 | 144 | 43 |
| Binary | 10110001 | 0 | 10101010 | 0 | 1100100 | 100 | 11111 | 100101110 | 1100100 | 100011 |
Color Harmonies of #B100AA
Complementary color
Monochromatic Colors of #B100AA
Black with #B100AA
Text Example
Text Example
White with #B100AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100AA; }
p { color: rgb(177,0,170); }
H1.HeaderClassName
{
color: #B100AA;
}
.AnyTagClassName
{
color: #B100AA;
}
</style>
background-color css
<style>
a { background-color: #B100AA; }
a { background-color: rgb(177,0,170); }
div.DivClassName
{
background-color: #B100AA;
}
.BgClassName
{
background-color: #B100AA;
}
</style>
border-color css
<style>
span { border-color: #B100AA; }
span { border-color: rgb(177,0,170); }
td.TdClassName
{
border-color: #B100AA;
}
.TagClassName
{
border-color: #B100AA;
}
</style>