Shades of Deep Magenta #B403DA
Tints of Deep Magenta #B403DA
RGB
CMYK
RGB Variations
Color information
#B403DA (or 0xB403DA) is known color: Deep Magenta. HEX triplet: B4, 03 and DA. RGB value is (180,3,218). Sum of RGB (Red+Green+Blue) = 180+3+218=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #B403DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403DA is #4BFC25. Grayscale: #4F4F4F. Windows color (decimal): -4979750 or 14287796. OLE color: 14287796.
HSL color Cylindrical-coordinate representation of color #B403DA: hue angle of 289.4º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403DA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 3 | 218 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.15 |
| HSL | 289.4º | 0.97% | 0.43% | - |
| HSV(B) | 289.4º | 0.99% | 0.85% | - |
| XYZ | 31.51 | 14.83 | 67.53 | - |
| YUV | 80.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 218 | 0.17 | 0.99 | 0 | 0.15 | 289.4 | 0.97 | 0.43 |
| Hex | B4 | 3 | DA | 11 | 63 | 0 | F | 121 | 61 | 2B |
| Octal | 264 | 3 | 332 | 21 | 143 | 0 | 17 | 441 | 141 | 53 |
| Binary | 10110100 | 11 | 11011010 | 10001 | 1100011 | 0 | 1111 | 100100001 | 1100001 | 101011 |
Color Harmonies of #B403DA
Complementary color
Monochromatic Colors of #B403DA
Black with #B403DA
Text Example
Text Example
White with #B403DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403DA; }
p { color: rgb(180,3,218); }
H1.HeaderClassName
{
color: #B403DA;
}
.AnyTagClassName
{
color: #B403DA;
}
</style>
background-color css
<style>
a { background-color: #B403DA; }
a { background-color: rgb(180,3,218); }
div.DivClassName
{
background-color: #B403DA;
}
.BgClassName
{
background-color: #B403DA;
}
</style>
border-color css
<style>
span { border-color: #B403DA; }
span { border-color: rgb(180,3,218); }
td.TdClassName
{
border-color: #B403DA;
}
.TagClassName
{
border-color: #B403DA;
}
</style>