Shades of Dark Magenta #B101A0
Tints of Dark Magenta #B101A0
RGB
CMYK
RGB Variations
Color information
#B101A0 (or 0xB101A0) is known color: Dark Magenta. HEX triplet: B1, 01 and A0. RGB value is (177,1,160). Sum of RGB (Red+Green+Blue) = 177+1+160=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B101A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B101A0 is #4EFE5F. Grayscale: #474747. Windows color (decimal): -5176928 or 10486193. OLE color: 10486193.
HSL color Cylindrical-coordinate representation of color #B101A0: hue angle of 305.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101A0 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 160 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.31 |
| HSL | 305.8º | 0.99% | 0.35% | - |
| HSV(B) | 305.8º | 0.99% | 0.69% | - |
| XYZ | 24.49 | 11.91 | 34.27 | - |
| YUV | 71.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 160 | 0 | 0.99 | 0.10 | 0.31 | 305.8 | 0.99 | 0.35 |
| Hex | B1 | 1 | A0 | 0 | 63 | A | 1F | 132 | 63 | 23 |
| Octal | 261 | 1 | 240 | 0 | 143 | 12 | 37 | 462 | 143 | 43 |
| Binary | 10110001 | 1 | 10100000 | 0 | 1100011 | 1010 | 11111 | 100110010 | 1100011 | 100011 |
Color Harmonies of #B101A0
Complementary color
Monochromatic Colors of #B101A0
Black with #B101A0
Text Example
Text Example
White with #B101A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101A0; }
p { color: rgb(177,1,160); }
H1.HeaderClassName
{
color: #B101A0;
}
.AnyTagClassName
{
color: #B101A0;
}
</style>
background-color css
<style>
a { background-color: #B101A0; }
a { background-color: rgb(177,1,160); }
div.DivClassName
{
background-color: #B101A0;
}
.BgClassName
{
background-color: #B101A0;
}
</style>
border-color css
<style>
span { border-color: #B101A0; }
span { border-color: rgb(177,1,160); }
td.TdClassName
{
border-color: #B101A0;
}
.TagClassName
{
border-color: #B101A0;
}
</style>