Shades of Dark Magenta #B005A0
Tints of Dark Magenta #B005A0
RGB
CMYK
RGB Variations
Color information
#B005A0 (or 0xB005A0) is known color: Dark Magenta. HEX triplet: B0, 05 and A0. RGB value is (176,5,160). Sum of RGB (Red+Green+Blue) = 176+5+160=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B005A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005A0 is #4FFA5F. Grayscale: #494949. Windows color (decimal): -5241440 or 10487216. OLE color: 10487216.
HSL color Cylindrical-coordinate representation of color #B005A0: hue angle of 305.61º 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 #B005A0 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.31 |
| HSL | 305.61º | 0.94% | 0.35% | - |
| HSV(B) | 305.61º | 0.97% | 0.69% | - |
| XYZ | 24.3 | 11.88 | 34.27 | - |
| YUV | 73.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 160 | 0 | 0.97 | 0.09 | 0.31 | 305.61 | 0.94 | 0.35 |
| Hex | B0 | 5 | A0 | 0 | 61 | 9 | 1F | 132 | 5E | 23 |
| Octal | 260 | 5 | 240 | 0 | 141 | 11 | 37 | 462 | 136 | 43 |
| Binary | 10110000 | 101 | 10100000 | 0 | 1100001 | 1001 | 11111 | 100110010 | 1011110 | 100011 |
Color Harmonies of #B005A0
Complementary color
Monochromatic Colors of #B005A0
Black with #B005A0
Text Example
Text Example
White with #B005A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005A0; }
p { color: rgb(176,5,160); }
H1.HeaderClassName
{
color: #B005A0;
}
.AnyTagClassName
{
color: #B005A0;
}
</style>
background-color css
<style>
a { background-color: #B005A0; }
a { background-color: rgb(176,5,160); }
div.DivClassName
{
background-color: #B005A0;
}
.BgClassName
{
background-color: #B005A0;
}
</style>
border-color css
<style>
span { border-color: #B005A0; }
span { border-color: rgb(176,5,160); }
td.TdClassName
{
border-color: #B005A0;
}
.TagClassName
{
border-color: #B005A0;
}
</style>