Shades of Deep Magenta #BE04DB
Tints of Deep Magenta #BE04DB
RGB
CMYK
RGB Variations
Color information
#BE04DB (or 0xBE04DB) is known color: Deep Magenta. HEX triplet: BE, 04 and DB. RGB value is (190,4,219). Sum of RGB (Red+Green+Blue) = 190+4+219=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 4 (1.95% from 255 or 0.97% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04DB is #41FB24. Grayscale: #535353. Windows color (decimal): -4324133 or 14353598. OLE color: 14353598.
HSL color Cylindrical-coordinate representation of color #BE04DB: hue angle of 291.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04DB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 4 | 219 | - |
CMYK | 0.13 | 0.98 | 0 | 0.14 |
HSL | 291.91º | 0.96% | 0.44% | - |
HSV(B) | 291.91º | 0.98% | 0.86% | - |
XYZ | 34.06 | 16.15 | 68.34 | - |
YUV | 84.12 | 204.12 | 203.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 4 | 219 | 0.13 | 0.98 | 0 | 0.14 | 291.91 | 0.96 | 0.44 |
Hex | BE | 4 | DB | D | 62 | 0 | E | 124 | 60 | 2C |
Octal | 276 | 4 | 333 | 15 | 142 | 0 | 16 | 444 | 140 | 54 |
Binary | 10111110 | 100 | 11011011 | 1101 | 1100010 | 0 | 1110 | 100100100 | 1100000 | 101100 |
Color Harmonies of #BE04DB
Complementary color
Monochromatic Colors of #BE04DB
Black with #BE04DB
Text Example
Text Example
White with #BE04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE04DB; }
p { color: rgb(190,4,219); }
H1.HeaderClassName
{
color: #BE04DB;
}
.AnyTagClassName
{
color: #BE04DB;
}
</style>
background-color css
<style>
a { background-color: #BE04DB; }
a { background-color: rgb(190,4,219); }
div.DivClassName
{
background-color: #BE04DB;
}
.BgClassName
{
background-color: #BE04DB;
}
</style>
border-color css
<style>
span { border-color: #BE04DB; }
span { border-color: rgb(190,4,219); }
td.TdClassName
{
border-color: #BE04DB;
}
.TagClassName
{
border-color: #BE04DB;
}
</style>