Shades of Deep Magenta #B401DB
Tints of Deep Magenta #B401DB
RGB
CMYK
RGB Variations
Color information
#B401DB (or 0xB401DB) is known color: Deep Magenta. HEX triplet: B4, 01 and DB. RGB value is (180,1,219). Sum of RGB (Red+Green+Blue) = 180+1+219=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #B401DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B401DB is #4BFE24. Grayscale: #4E4E4E. Windows color (decimal): -4980261 or 14352820. OLE color: 14352820.
HSL color Cylindrical-coordinate representation of color #B401DB: hue angle of 289.27º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B401DB is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 1 | 219 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.14 |
| HSL | 289.27º | 0.99% | 0.43% | - |
| HSV(B) | 289.27º | 1% | 0.86% | - |
| XYZ | 31.62 | 14.84 | 68.22 | - |
| YUV | 79.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 219 | 0.18 | 1.00 | 0 | 0.14 | 289.27 | 0.99 | 0.43 |
| Hex | B4 | 1 | DB | 12 | 64 | 0 | E | 121 | 63 | 2B |
| Octal | 264 | 1 | 333 | 22 | 144 | 0 | 16 | 441 | 143 | 53 |
| Binary | 10110100 | 1 | 11011011 | 10010 | 1100100 | 0 | 1110 | 100100001 | 1100011 | 101011 |
Color Harmonies of #B401DB
Complementary color
Monochromatic Colors of #B401DB
Black with #B401DB
Text Example
Text Example
White with #B401DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B401DB; }
p { color: rgb(180,1,219); }
H1.HeaderClassName
{
color: #B401DB;
}
.AnyTagClassName
{
color: #B401DB;
}
</style>
background-color css
<style>
a { background-color: #B401DB; }
a { background-color: rgb(180,1,219); }
div.DivClassName
{
background-color: #B401DB;
}
.BgClassName
{
background-color: #B401DB;
}
</style>
border-color css
<style>
span { border-color: #B401DB; }
span { border-color: rgb(180,1,219); }
td.TdClassName
{
border-color: #B401DB;
}
.TagClassName
{
border-color: #B401DB;
}
</style>