Shades of Deep Magenta #B002AD
Tints of Deep Magenta #B002AD
RGB
CMYK
RGB Variations
Color information
#B002AD (or 0xB002AD) is known color: Deep Magenta. HEX triplet: B0, 02 and AD. RGB value is (176,2,173). Sum of RGB (Red+Green+Blue) = 176+2+173=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B002AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002AD is #4FFD52. Grayscale: #494949. Windows color (decimal): -5242195 or 11338416. OLE color: 11338416.
HSL color Cylindrical-coordinate representation of color #B002AD: hue angle of 301.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002AD is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.31 |
| HSL | 301.03º | 0.98% | 0.35% | - |
| HSV(B) | 301.03º | 0.99% | 0.69% | - |
| XYZ | 25.47 | 12.29 | 40.57 | - |
| YUV | 73.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 173 | 0 | 0.99 | 0.02 | 0.31 | 301.03 | 0.98 | 0.35 |
| Hex | B0 | 2 | AD | 0 | 63 | 2 | 1F | 12D | 62 | 23 |
| Octal | 260 | 2 | 255 | 0 | 143 | 2 | 37 | 455 | 142 | 43 |
| Binary | 10110000 | 10 | 10101101 | 0 | 1100011 | 10 | 11111 | 100101101 | 1100010 | 100011 |
Color Harmonies of #B002AD
Complementary color
Monochromatic Colors of #B002AD
Black with #B002AD
Text Example
Text Example
White with #B002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002AD; }
p { color: rgb(176,2,173); }
H1.HeaderClassName
{
color: #B002AD;
}
.AnyTagClassName
{
color: #B002AD;
}
</style>
background-color css
<style>
a { background-color: #B002AD; }
a { background-color: rgb(176,2,173); }
div.DivClassName
{
background-color: #B002AD;
}
.BgClassName
{
background-color: #B002AD;
}
</style>
border-color css
<style>
span { border-color: #B002AD; }
span { border-color: rgb(176,2,173); }
td.TdClassName
{
border-color: #B002AD;
}
.TagClassName
{
border-color: #B002AD;
}
</style>