Shades of Deep Magenta #B403DB
Tints of Deep Magenta #B403DB
RGB
CMYK
RGB Variations
Color information
#B403DB (or 0xB403DB) is known color: Deep Magenta. HEX triplet: B4, 03 and DB. RGB value is (180,3,219). Sum of RGB (Red+Green+Blue) = 180+3+219=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B403DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403DB is #4BFC24. Grayscale: #4F4F4F. Windows color (decimal): -4979749 or 14353332. OLE color: 14353332.
HSL color Cylindrical-coordinate representation of color #B403DB: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403DB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 3 | 219 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.14 |
| HSL | 289.17º | 0.97% | 0.44% | - |
| HSV(B) | 289.17º | 0.99% | 0.86% | - |
| XYZ | 31.64 | 14.88 | 68.22 | - |
| YUV | 80.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 219 | 0.18 | 0.99 | 0 | 0.14 | 289.17 | 0.97 | 0.44 |
| Hex | B4 | 3 | DB | 12 | 63 | 0 | E | 121 | 61 | 2C |
| Octal | 264 | 3 | 333 | 22 | 143 | 0 | 16 | 441 | 141 | 54 |
| Binary | 10110100 | 11 | 11011011 | 10010 | 1100011 | 0 | 1110 | 100100001 | 1100001 | 101100 |
Color Harmonies of #B403DB
Complementary color
Monochromatic Colors of #B403DB
Black with #B403DB
Text Example
Text Example
White with #B403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403DB; }
p { color: rgb(180,3,219); }
H1.HeaderClassName
{
color: #B403DB;
}
.AnyTagClassName
{
color: #B403DB;
}
</style>
background-color css
<style>
a { background-color: #B403DB; }
a { background-color: rgb(180,3,219); }
div.DivClassName
{
background-color: #B403DB;
}
.BgClassName
{
background-color: #B403DB;
}
</style>
border-color css
<style>
span { border-color: #B403DB; }
span { border-color: rgb(180,3,219); }
td.TdClassName
{
border-color: #B403DB;
}
.TagClassName
{
border-color: #B403DB;
}
</style>