Shades of Deep Magenta #B003AD
Tints of Deep Magenta #B003AD
RGB
CMYK
RGB Variations
Color information
#B003AD (or 0xB003AD) is known color: Deep Magenta. HEX triplet: B0, 03 and AD. RGB value is (176,3,173). Sum of RGB (Red+Green+Blue) = 176+3+173=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B003AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B003AD is #4FFC52. Grayscale: #494949. Windows color (decimal): -5241939 or 11338672. OLE color: 11338672.
HSL color Cylindrical-coordinate representation of color #B003AD: hue angle of 301.04º degrees, saturation: 0.97, 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 #B003AD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.31 |
| HSL | 301.04º | 0.97% | 0.35% | - |
| HSV(B) | 301.04º | 0.98% | 0.69% | - |
| XYZ | 25.48 | 12.31 | 40.57 | - |
| YUV | 74.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 173 | 0 | 0.98 | 0.02 | 0.31 | 301.04 | 0.97 | 0.35 |
| Hex | B0 | 3 | AD | 0 | 62 | 2 | 1F | 12D | 61 | 23 |
| Octal | 260 | 3 | 255 | 0 | 142 | 2 | 37 | 455 | 141 | 43 |
| Binary | 10110000 | 11 | 10101101 | 0 | 1100010 | 10 | 11111 | 100101101 | 1100001 | 100011 |
Color Harmonies of #B003AD
Complementary color
Monochromatic Colors of #B003AD
Black with #B003AD
Text Example
Text Example
White with #B003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003AD; }
p { color: rgb(176,3,173); }
H1.HeaderClassName
{
color: #B003AD;
}
.AnyTagClassName
{
color: #B003AD;
}
</style>
background-color css
<style>
a { background-color: #B003AD; }
a { background-color: rgb(176,3,173); }
div.DivClassName
{
background-color: #B003AD;
}
.BgClassName
{
background-color: #B003AD;
}
</style>
border-color css
<style>
span { border-color: #B003AD; }
span { border-color: rgb(176,3,173); }
td.TdClassName
{
border-color: #B003AD;
}
.TagClassName
{
border-color: #B003AD;
}
</style>