#BE12AC

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

Shades of Deep Magenta #BE12AC

Tints of Deep Magenta #BE12AC

Color information

#BE12AC (or 0xBE12AC) is unknown color: approx Deep Magenta. HEX triplet: BE, 12 and AC. RGB value is (190,18,172). Sum of RGB (Red+Green+Blue) = 190+18+172=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE12AC is #41ED53. Grayscale: #565656. Windows color (decimal): -4320596 or 11276990. OLE color: 11276990.

HSL color Cylindrical-coordinate representation of color #BE12AC: hue angle of 306.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE12AC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19018172-
CMYK00.910.090.25
HSL306.28º82.69%40.78%-
HSV(B)306.28º90.53%74.51%-
XYZ28.914.3640.28-
YUV86.98175.98201.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=50%
G=4.74%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901817200.910.090.25306.2882.6940.78
HexBE12AC05B9191325329
Octal276222540133113146212351
Binary101111101001010101100010110111001110011001100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12AC; }

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

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

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

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

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

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

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

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