Shades of Deep Magenta #B100A6
Tints of Deep Magenta #B100A6
RGB
CMYK
RGB Variations
Color information
#B100A6 (or 0xB100A6) is known color: Deep Magenta. HEX triplet: B1, 00 and A6. RGB value is (177,0,166). Sum of RGB (Red+Green+Blue) = 177+0+166=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B100A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100A6 is #4EFF59. Grayscale: #474747. Windows color (decimal): -5177178 or 10879153. OLE color: 10879153.
HSL color Cylindrical-coordinate representation of color #B100A6: hue angle of 303.73º 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 #B100A6 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.06 | 0.31 |
| HSL | 303.73º | 1% | 0.35% | - |
| HSV(B) | 303.73º | 1% | 0.69% | - |
| XYZ | 25.01 | 12.1 | 37.09 | - |
| YUV | 71.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 166 | 0 | 1 | 0.06 | 0.31 | 303.73 | 1 | 0.35 |
| Hex | B1 | 0 | A6 | 0 | 64 | 6 | 1F | 130 | 64 | 23 |
| Octal | 261 | 0 | 246 | 0 | 144 | 6 | 37 | 460 | 144 | 43 |
| Binary | 10110001 | 0 | 10100110 | 0 | 1100100 | 110 | 11111 | 100110000 | 1100100 | 100011 |
Color Harmonies of #B100A6
Complementary color
Monochromatic Colors of #B100A6
Black with #B100A6
Text Example
Text Example
White with #B100A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100A6; }
p { color: rgb(177,0,166); }
H1.HeaderClassName
{
color: #B100A6;
}
.AnyTagClassName
{
color: #B100A6;
}
</style>
background-color css
<style>
a { background-color: #B100A6; }
a { background-color: rgb(177,0,166); }
div.DivClassName
{
background-color: #B100A6;
}
.BgClassName
{
background-color: #B100A6;
}
</style>
border-color css
<style>
span { border-color: #B100A6; }
span { border-color: rgb(177,0,166); }
td.TdClassName
{
border-color: #B100A6;
}
.TagClassName
{
border-color: #B100A6;
}
</style>