Shades of Deep Magenta #B100A9
Tints of Deep Magenta #B100A9
RGB
CMYK
RGB Variations
Color information
#B100A9 (or 0xB100A9) is known color: Deep Magenta. HEX triplet: B1, 00 and A9. RGB value is (177,0,169). Sum of RGB (Red+Green+Blue) = 177+0+169=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A9 is #4EFF56. Grayscale: #474747. Windows color (decimal): -5177175 or 11075761. OLE color: 11075761.
HSL color Cylindrical-coordinate representation of color #B100A9: hue angle of 302.71º 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 #B100A9 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.05 | 0.31 |
| HSL | 302.71º | 1% | 0.35% | - |
| HSV(B) | 302.71º | 1% | 0.69% | - |
| XYZ | 25.29 | 12.21 | 38.56 | - |
| YUV | 72.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 169 | 0 | 1 | 0.05 | 0.31 | 302.71 | 1 | 0.35 |
| Hex | B1 | 0 | A9 | 0 | 64 | 5 | 1F | 12F | 64 | 23 |
| Octal | 261 | 0 | 251 | 0 | 144 | 5 | 37 | 457 | 144 | 43 |
| Binary | 10110001 | 0 | 10101001 | 0 | 1100100 | 101 | 11111 | 100101111 | 1100100 | 100011 |
Color Harmonies of #B100A9
Complementary color
Monochromatic Colors of #B100A9
Black with #B100A9
Text Example
Text Example
White with #B100A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100A9; }
p { color: rgb(177,0,169); }
H1.HeaderClassName
{
color: #B100A9;
}
.AnyTagClassName
{
color: #B100A9;
}
</style>
background-color css
<style>
a { background-color: #B100A9; }
a { background-color: rgb(177,0,169); }
div.DivClassName
{
background-color: #B100A9;
}
.BgClassName
{
background-color: #B100A9;
}
</style>
border-color css
<style>
span { border-color: #B100A9; }
span { border-color: rgb(177,0,169); }
td.TdClassName
{
border-color: #B100A9;
}
.TagClassName
{
border-color: #B100A9;
}
</style>