Shades of Deep Magenta #B403DD
Tints of Deep Magenta #B403DD
RGB
CMYK
RGB Variations
Color information
#B403DD (or 0xB403DD) is known color: Deep Magenta. HEX triplet: B4, 03 and DD. RGB value is (180,3,221). Sum of RGB (Red+Green+Blue) = 180+3+221=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #B403DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403DD is #4BFC22. Grayscale: #505050. Windows color (decimal): -4979747 or 14484404. OLE color: 14484404.
HSL color Cylindrical-coordinate representation of color #B403DD: hue angle of 288.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403DD is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 3 | 221 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.13 |
| HSL | 288.72º | 0.97% | 0.44% | - |
| HSV(B) | 288.72º | 0.99% | 0.87% | - |
| XYZ | 31.91 | 14.99 | 69.62 | - |
| YUV | 80.78 | 207.14 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 221 | 0.19 | 0.99 | 0 | 0.13 | 288.72 | 0.97 | 0.44 |
| Hex | B4 | 3 | DD | 13 | 63 | 0 | D | 121 | 61 | 2C |
| Octal | 264 | 3 | 335 | 23 | 143 | 0 | 15 | 441 | 141 | 54 |
| Binary | 10110100 | 11 | 11011101 | 10011 | 1100011 | 0 | 1101 | 100100001 | 1100001 | 101100 |
Color Harmonies of #B403DD
Complementary color
Monochromatic Colors of #B403DD
Black with #B403DD
Text Example
Text Example
White with #B403DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403DD; }
p { color: rgb(180,3,221); }
H1.HeaderClassName
{
color: #B403DD;
}
.AnyTagClassName
{
color: #B403DD;
}
</style>
background-color css
<style>
a { background-color: #B403DD; }
a { background-color: rgb(180,3,221); }
div.DivClassName
{
background-color: #B403DD;
}
.BgClassName
{
background-color: #B403DD;
}
</style>
border-color css
<style>
span { border-color: #B403DD; }
span { border-color: rgb(180,3,221); }
td.TdClassName
{
border-color: #B403DD;
}
.TagClassName
{
border-color: #B403DD;
}
</style>