Shades of Deep Magenta #B100AC
Tints of Deep Magenta #B100AC
RGB
CMYK
RGB Variations
Color information
#B100AC (or 0xB100AC) is known color: Deep Magenta. HEX triplet: B1, 00 and AC. RGB value is (177,0,172). Sum of RGB (Red+Green+Blue) = 177+0+172=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B100AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100AC is #4EFF53. Grayscale: #484848. Windows color (decimal): -5177172 or 11272369. OLE color: 11272369.
HSL color Cylindrical-coordinate representation of color #B100AC: hue angle of 301.69º 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 #B100AC is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.03 | 0.31 |
| HSL | 301.69º | 1% | 0.35% | - |
| HSV(B) | 301.69º | 1% | 0.69% | - |
| XYZ | 25.58 | 12.33 | 40.06 | - |
| YUV | 72.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 172 | 0 | 1 | 0.03 | 0.31 | 301.69 | 1 | 0.35 |
| Hex | B1 | 0 | AC | 0 | 64 | 3 | 1F | 12E | 64 | 23 |
| Octal | 261 | 0 | 254 | 0 | 144 | 3 | 37 | 456 | 144 | 43 |
| Binary | 10110001 | 0 | 10101100 | 0 | 1100100 | 11 | 11111 | 100101110 | 1100100 | 100011 |
Color Harmonies of #B100AC
Complementary color
Monochromatic Colors of #B100AC
Black with #B100AC
Text Example
Text Example
White with #B100AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100AC; }
p { color: rgb(177,0,172); }
H1.HeaderClassName
{
color: #B100AC;
}
.AnyTagClassName
{
color: #B100AC;
}
</style>
background-color css
<style>
a { background-color: #B100AC; }
a { background-color: rgb(177,0,172); }
div.DivClassName
{
background-color: #B100AC;
}
.BgClassName
{
background-color: #B100AC;
}
</style>
border-color css
<style>
span { border-color: #B100AC; }
span { border-color: rgb(177,0,172); }
td.TdClassName
{
border-color: #B100AC;
}
.TagClassName
{
border-color: #B100AC;
}
</style>