Shades of Deep Magenta #B403AD
Tints of Deep Magenta #B403AD
RGB
CMYK
RGB Variations
Color information
#B403AD (or 0xB403AD) is known color: Deep Magenta. HEX triplet: B4, 03 and AD. RGB value is (180,3,173). Sum of RGB (Red+Green+Blue) = 180+3+173=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B403AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403AD is #4BFC52. Grayscale: #4A4A4A. Windows color (decimal): -4979795 or 11338676. OLE color: 11338676.
HSL color Cylindrical-coordinate representation of color #B403AD: hue angle of 302.37º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403AD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.29 |
| HSL | 302.37º | 0.97% | 0.36% | - |
| HSV(B) | 302.37º | 0.98% | 0.71% | - |
| XYZ | 26.4 | 12.79 | 40.61 | - |
| YUV | 75.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 173 | 0 | 0.98 | 0.04 | 0.29 | 302.37 | 0.97 | 0.36 |
| Hex | B4 | 3 | AD | 0 | 62 | 4 | 1D | 12E | 61 | 24 |
| Octal | 264 | 3 | 255 | 0 | 142 | 4 | 35 | 456 | 141 | 44 |
| Binary | 10110100 | 11 | 10101101 | 0 | 1100010 | 100 | 11101 | 100101110 | 1100001 | 100100 |
Color Harmonies of #B403AD
Complementary color
Monochromatic Colors of #B403AD
Black with #B403AD
Text Example
Text Example
White with #B403AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403AD; }
p { color: rgb(180,3,173); }
H1.HeaderClassName
{
color: #B403AD;
}
.AnyTagClassName
{
color: #B403AD;
}
</style>
background-color css
<style>
a { background-color: #B403AD; }
a { background-color: rgb(180,3,173); }
div.DivClassName
{
background-color: #B403AD;
}
.BgClassName
{
background-color: #B403AD;
}
</style>
border-color css
<style>
span { border-color: #B403AD; }
span { border-color: rgb(180,3,173); }
td.TdClassName
{
border-color: #B403AD;
}
.TagClassName
{
border-color: #B403AD;
}
</style>