Shades of Deep Magenta #B005AD
Tints of Deep Magenta #B005AD
RGB
CMYK
RGB Variations
Color information
#B005AD (or 0xB005AD) is known color: Deep Magenta. HEX triplet: B0, 05 and AD. RGB value is (176,5,173). Sum of RGB (Red+Green+Blue) = 176+5+173=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B005AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005AD is #4FFA52. Grayscale: #4A4A4A. Windows color (decimal): -5241427 or 11339184. OLE color: 11339184.
HSL color Cylindrical-coordinate representation of color #B005AD: hue angle of 301.05º 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 #B005AD is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.31 |
| HSL | 301.05º | 0.94% | 0.35% | - |
| HSV(B) | 301.05º | 0.97% | 0.69% | - |
| XYZ | 25.5 | 12.36 | 40.58 | - |
| YUV | 75.28 | 183.15 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 173 | 0 | 0.97 | 0.02 | 0.31 | 301.05 | 0.94 | 0.35 |
| Hex | B0 | 5 | AD | 0 | 61 | 2 | 1F | 12D | 5E | 23 |
| Octal | 260 | 5 | 255 | 0 | 141 | 2 | 37 | 455 | 136 | 43 |
| Binary | 10110000 | 101 | 10101101 | 0 | 1100001 | 10 | 11111 | 100101101 | 1011110 | 100011 |
Color Harmonies of #B005AD
Complementary color
Monochromatic Colors of #B005AD
Black with #B005AD
Text Example
Text Example
White with #B005AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005AD; }
p { color: rgb(176,5,173); }
H1.HeaderClassName
{
color: #B005AD;
}
.AnyTagClassName
{
color: #B005AD;
}
</style>
background-color css
<style>
a { background-color: #B005AD; }
a { background-color: rgb(176,5,173); }
div.DivClassName
{
background-color: #B005AD;
}
.BgClassName
{
background-color: #B005AD;
}
</style>
border-color css
<style>
span { border-color: #B005AD; }
span { border-color: rgb(176,5,173); }
td.TdClassName
{
border-color: #B005AD;
}
.TagClassName
{
border-color: #B005AD;
}
</style>