Shades of Deep Magenta #B004AD
Tints of Deep Magenta #B004AD
RGB
CMYK
RGB Variations
Color information
#B004AD (or 0xB004AD) is known color: Deep Magenta. HEX triplet: B0, 04 and AD. RGB value is (176,4,173). Sum of RGB (Red+Green+Blue) = 176+4+173=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B004AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B004AD is #4FFB52. Grayscale: #4A4A4A. Windows color (decimal): -5241683 or 11338928. OLE color: 11338928.
HSL color Cylindrical-coordinate representation of color #B004AD: hue angle of 301.05º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004AD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.31 |
| HSL | 301.05º | 0.96% | 0.35% | - |
| HSV(B) | 301.05º | 0.98% | 0.69% | - |
| XYZ | 25.49 | 12.33 | 40.57 | - |
| YUV | 74.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 173 | 0 | 0.98 | 0.02 | 0.31 | 301.05 | 0.96 | 0.35 |
| Hex | B0 | 4 | AD | 0 | 62 | 2 | 1F | 12D | 60 | 23 |
| Octal | 260 | 4 | 255 | 0 | 142 | 2 | 37 | 455 | 140 | 43 |
| Binary | 10110000 | 100 | 10101101 | 0 | 1100010 | 10 | 11111 | 100101101 | 1100000 | 100011 |
Color Harmonies of #B004AD
Complementary color
Monochromatic Colors of #B004AD
Black with #B004AD
Text Example
Text Example
White with #B004AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004AD; }
p { color: rgb(176,4,173); }
H1.HeaderClassName
{
color: #B004AD;
}
.AnyTagClassName
{
color: #B004AD;
}
</style>
background-color css
<style>
a { background-color: #B004AD; }
a { background-color: rgb(176,4,173); }
div.DivClassName
{
background-color: #B004AD;
}
.BgClassName
{
background-color: #B004AD;
}
</style>
border-color css
<style>
span { border-color: #B004AD; }
span { border-color: rgb(176,4,173); }
td.TdClassName
{
border-color: #B004AD;
}
.TagClassName
{
border-color: #B004AD;
}
</style>