#BE04DD

Color #BE04DD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE04DD

Tints of Deep Magenta #BE04DD

Color information

#BE04DD (or 0xBE04DD) is unknown color: approx Deep Magenta. HEX triplet: BE, 04 and DD. RGB value is (190,4,221). Sum of RGB (Red+Green+Blue) = 190+4+221=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04DD is #41FB22. Grayscale: #535353. Windows color (decimal): -4324131 or 14484670. OLE color: 14484670.

HSL color Cylindrical-coordinate representation of color #BE04DD: hue angle of 291.43º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04DD is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1904221-
CMYK0.140.9800.13
HSL291.43º96.44%44.12%-
HSV(B)291.43º98.19%86.67%-
XYZ34.3316.2569.73-
YUV84.35205.12203.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 4 (1.95% from 255) = 0.96%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=45.78%
G=0.96%
B=53.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19042210.140.9800.13291.4396.4444.12
HexBE4DDE620D123602c
Octal27643351614201544314054
Binary101111101001101110111101100010011011001000111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE04DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE04DD; }

 p { color: rgb(190,4,221); }

 H1.HeaderClassName
 {
   color: #BE04DD;
 }
 .AnyTagClassName
 {
   color: #BE04DD;
 }
</style>
background-color css

<style>
 a { background-color: #BE04DD; }

 a { background-color: rgb(190,4,221); }

 div.DivClassName
 {
   background-color: #BE04DD;
 }
 .BgClassName
 {
   background-color: #BE04DD;
 }
</style>
border-color css

<style>
 span { border-color: #BE04DD; }

 span { border-color: rgb(190,4,221); }

 td.TdClassName
 {
   border-color: #BE04DD;
 }
 .TagClassName
 {
   border-color: #BE04DD;
 }
</style>