#BE11AC

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

Shades of Deep Magenta #BE11AC

Tints of Deep Magenta #BE11AC

Color information

#BE11AC (or 0xBE11AC) is unknown color: approx Deep Magenta. HEX triplet: BE, 11 and AC. RGB value is (190,17,172). Sum of RGB (Red+Green+Blue) = 190+17+172=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE11AC is #41EE53. Grayscale: #555555. Windows color (decimal): -4320852 or 11276734. OLE color: 11276734.

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

Color convert

RGB19017172-
CMYK00.910.090.25
HSL306.24º83.57%40.59%-
HSV(B)306.24º91.05%74.51%-
XYZ28.8814.3340.27-
YUV86.4176.31201.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 17 (7.03% from 255) = 4.49%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=50.13%
G=4.49%
B=45.38%

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
Decimal1901717200.910.090.25306.2483.5740.59
HexBE11AC05B9191325429
Octal276212540133113146212451
Binary101111101000110101100010110111001110011001100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE11AC; }

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

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

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

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

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

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

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

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