Shades of Deep Magenta #BE01DC
Tints of Deep Magenta #BE01DC
RGB
CMYK
RGB Variations
Color information
#BE01DC (or 0xBE01DC) is known color: Deep Magenta. HEX triplet: BE, 01 and DC. RGB value is (190,1,220). Sum of RGB (Red+Green+Blue) = 190+1+220=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01DC is #41FE23. Grayscale: #515151. Windows color (decimal): -4324900 or 14418366. OLE color: 14418366.
HSL color Cylindrical-coordinate representation of color #BE01DC: hue angle of 291.78º 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 #BE01DC is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 1 | 220 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.14 |
| HSL | 291.78º | 0.99% | 0.43% | - |
| HSV(B) | 291.78º | 1% | 0.86% | - |
| XYZ | 34.16 | 16.14 | 69.02 | - |
| YUV | 82.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 220 | 0.14 | 1.00 | 0 | 0.14 | 291.78 | 0.99 | 0.43 |
| Hex | BE | 1 | DC | E | 64 | 0 | E | 124 | 63 | 2B |
| Octal | 276 | 1 | 334 | 16 | 144 | 0 | 16 | 444 | 143 | 53 |
| Binary | 10111110 | 1 | 11011100 | 1110 | 1100100 | 0 | 1110 | 100100100 | 1100011 | 101011 |
Color Harmonies of #BE01DC
Complementary color
Monochromatic Colors of #BE01DC
Black with #BE01DC
Text Example
Text Example
White with #BE01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01DC; }
p { color: rgb(190,1,220); }
H1.HeaderClassName
{
color: #BE01DC;
}
.AnyTagClassName
{
color: #BE01DC;
}
</style>
background-color css
<style>
a { background-color: #BE01DC; }
a { background-color: rgb(190,1,220); }
div.DivClassName
{
background-color: #BE01DC;
}
.BgClassName
{
background-color: #BE01DC;
}
</style>
border-color css
<style>
span { border-color: #BE01DC; }
span { border-color: rgb(190,1,220); }
td.TdClassName
{
border-color: #BE01DC;
}
.TagClassName
{
border-color: #BE01DC;
}
</style>