Shades of Dark Magenta #B005A4
Tints of Dark Magenta #B005A4
RGB
CMYK
RGB Variations
Color information
#B005A4 (or 0xB005A4) is known color: Dark Magenta. HEX triplet: B0, 05 and A4. RGB value is (176,5,164). Sum of RGB (Red+Green+Blue) = 176+5+164=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B005A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005A4 is #4FFA5B. Grayscale: #494949. Windows color (decimal): -5241436 or 10749360. OLE color: 10749360.
HSL color Cylindrical-coordinate representation of color #B005A4: hue angle of 304.21º 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 #B005A4 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 164 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.31 |
| HSL | 304.21º | 0.94% | 0.35% | - |
| HSV(B) | 304.21º | 0.97% | 0.69% | - |
| XYZ | 24.66 | 12.02 | 36.14 | - |
| YUV | 74.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 164 | 0 | 0.97 | 0.07 | 0.31 | 304.21 | 0.94 | 0.35 |
| Hex | B0 | 5 | A4 | 0 | 61 | 7 | 1F | 130 | 5E | 23 |
| Octal | 260 | 5 | 244 | 0 | 141 | 7 | 37 | 460 | 136 | 43 |
| Binary | 10110000 | 101 | 10100100 | 0 | 1100001 | 111 | 11111 | 100110000 | 1011110 | 100011 |
Color Harmonies of #B005A4
Complementary color
Monochromatic Colors of #B005A4
Black with #B005A4
Text Example
Text Example
White with #B005A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005A4; }
p { color: rgb(176,5,164); }
H1.HeaderClassName
{
color: #B005A4;
}
.AnyTagClassName
{
color: #B005A4;
}
</style>
background-color css
<style>
a { background-color: #B005A4; }
a { background-color: rgb(176,5,164); }
div.DivClassName
{
background-color: #B005A4;
}
.BgClassName
{
background-color: #B005A4;
}
</style>
border-color css
<style>
span { border-color: #B005A4; }
span { border-color: rgb(176,5,164); }
td.TdClassName
{
border-color: #B005A4;
}
.TagClassName
{
border-color: #B005A4;
}
</style>