#BE0AAC

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

Shades of Deep Magenta #BE0AAC

Tints of Deep Magenta #BE0AAC

Color information

#BE0AAC (or 0xBE0AAC) is unknown color: approx Deep Magenta. HEX triplet: BE, 0A and AC. RGB value is (190,10,172). Sum of RGB (Red+Green+Blue) = 190+10+172=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0AAC is #41F553. Grayscale: #515151. Windows color (decimal): -4322644 or 11274942. OLE color: 11274942.

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

Color convert

RGB19010172-
CMYK00.950.090.25
HSL306º90%39.22%-
HSV(B)306º94.74%74.51%-
XYZ28.7914.1440.24-
YUV82.29178.63204.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 10 (4.30% from 255) = 2.69%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=51.08%
G=2.69%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901017200.950.090.253069039.22
HexBEAAC05F9191325a27
Octal276122540137113146213247
Binary10111110101010101100010111111001110011001100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0AAC; }

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

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

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

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

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

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

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

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