Shades of Dark Magenta #B005A1
Tints of Dark Magenta #B005A1
RGB
CMYK
RGB Variations
Color information
#B005A1 (or 0xB005A1) is known color: Dark Magenta. HEX triplet: B0, 05 and A1. RGB value is (176,5,161). Sum of RGB (Red+Green+Blue) = 176+5+161=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B005A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005A1 is #4FFA5E. Grayscale: #494949. Windows color (decimal): -5241439 or 10552752. OLE color: 10552752.
HSL color Cylindrical-coordinate representation of color #B005A1: hue angle of 305.26º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005A1 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 161 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.31 |
| HSL | 305.26º | 0.94% | 0.35% | - |
| HSV(B) | 305.26º | 0.97% | 0.69% | - |
| XYZ | 24.39 | 11.91 | 34.73 | - |
| YUV | 73.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 161 | 0 | 0.97 | 0.09 | 0.31 | 305.26 | 0.94 | 0.35 |
| Hex | B0 | 5 | A1 | 0 | 61 | 9 | 1F | 131 | 5E | 23 |
| Octal | 260 | 5 | 241 | 0 | 141 | 11 | 37 | 461 | 136 | 43 |
| Binary | 10110000 | 101 | 10100001 | 0 | 1100001 | 1001 | 11111 | 100110001 | 1011110 | 100011 |
Color Harmonies of #B005A1
Complementary color
Monochromatic Colors of #B005A1
Black with #B005A1
Text Example
Text Example
White with #B005A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005A1; }
p { color: rgb(176,5,161); }
H1.HeaderClassName
{
color: #B005A1;
}
.AnyTagClassName
{
color: #B005A1;
}
</style>
background-color css
<style>
a { background-color: #B005A1; }
a { background-color: rgb(176,5,161); }
div.DivClassName
{
background-color: #B005A1;
}
.BgClassName
{
background-color: #B005A1;
}
</style>
border-color css
<style>
span { border-color: #B005A1; }
span { border-color: rgb(176,5,161); }
td.TdClassName
{
border-color: #B005A1;
}
.TagClassName
{
border-color: #B005A1;
}
</style>