#BE0EAC

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

Shades of Deep Magenta #BE0EAC

Tints of Deep Magenta #BE0EAC

Color information

#BE0EAC (or 0xBE0EAC) is unknown color: approx Deep Magenta. HEX triplet: BE, 0E and AC. RGB value is (190,14,172). Sum of RGB (Red+Green+Blue) = 190+14+172=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EAC is #41F153. Grayscale: #545454. Windows color (decimal): -4321620 or 11275966. OLE color: 11275966.

HSL color Cylindrical-coordinate representation of color #BE0EAC: hue angle of 306.14º 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 #BE0EAC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19014172-
CMYK00.930.090.25
HSL306.14º86.27%40%-
HSV(B)306.14º92.63%74.51%-
XYZ28.8414.2440.26-
YUV84.64177.31203.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=50.53%
G=3.72%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901417200.930.090.25306.1486.2740
HexBEEAC05D9191325628
Octal276162540135113146212650
Binary10111110111010101100010111011001110011001100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EAC; }

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

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

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

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

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

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

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

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