#BE0EAE

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

Shades of Deep Magenta #BE0EAE

Tints of Deep Magenta #BE0EAE

Color information

#BE0EAE (or 0xBE0EAE) is unknown color: approx Deep Magenta. HEX triplet: BE, 0E and AE. RGB value is (190,14,174). Sum of RGB (Red+Green+Blue) = 190+14+174=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EAE is #41F151. Grayscale: #545454. Windows color (decimal): -4321618 or 11407038. OLE color: 11407038.

HSL color Cylindrical-coordinate representation of color #BE0EAE: hue angle of 305.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EAE is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19014174-
CMYK00.930.080.25
HSL305.45º86.27%40%-
HSV(B)305.45º92.63%74.51%-
XYZ29.0314.3241.28-
YUV84.86178.31202.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 14 (5.86% from 255) = 3.70%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=50.26%
G=3.70%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901417400.930.080.25305.4586.2740
HexBEEAE05D8191315628
Octal276162560135103146112650
Binary10111110111010101110010111011000110011001100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EAE; }

 p { color: rgb(190,14,174); }

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

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

 a { background-color: rgb(190,14,174); }

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

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

 span { border-color: rgb(190,14,174); }

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