Shades of Deep Magenta #BE01DD
Tints of Deep Magenta #BE01DD
RGB
CMYK
RGB Variations
Color information
#BE01DD (or 0xBE01DD) is known color: Deep Magenta. HEX triplet: BE, 01 and DD. RGB value is (190,1,221). Sum of RGB (Red+Green+Blue) = 190+1+221=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01DD is #41FE22. Grayscale: #515151. Windows color (decimal): -4324899 or 14483902. OLE color: 14483902.
HSL color Cylindrical-coordinate representation of color #BE01DD: hue angle of 291.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01DD is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 1 | 221 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.13 |
| HSL | 291.55º | 0.99% | 0.44% | - |
| HSV(B) | 291.55º | 1% | 0.87% | - |
| XYZ | 34.3 | 16.19 | 69.72 | - |
| YUV | 82.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 221 | 0.14 | 1.00 | 0 | 0.13 | 291.55 | 0.99 | 0.44 |
| Hex | BE | 1 | DD | E | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 276 | 1 | 335 | 16 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 10111110 | 1 | 11011101 | 1110 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #BE01DD
Complementary color
Monochromatic Colors of #BE01DD
Black with #BE01DD
Text Example
Text Example
White with #BE01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE01DD; }
p { color: rgb(190,1,221); }
H1.HeaderClassName
{
color: #BE01DD;
}
.AnyTagClassName
{
color: #BE01DD;
}
</style>
background-color css
<style>
a { background-color: #BE01DD; }
a { background-color: rgb(190,1,221); }
div.DivClassName
{
background-color: #BE01DD;
}
.BgClassName
{
background-color: #BE01DD;
}
</style>
border-color css
<style>
span { border-color: #BE01DD; }
span { border-color: rgb(190,1,221); }
td.TdClassName
{
border-color: #BE01DD;
}
.TagClassName
{
border-color: #BE01DD;
}
</style>