#BE4AC3

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

Shades of Fuchsia #BE4AC3

Tints of Fuchsia #BE4AC3

Color information

#BE4AC3 (or 0xBE4AC3) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and C3. RGB value is (190,74,195). Sum of RGB (Red+Green+Blue) = 190+74+195=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE4AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AC3 is #41B53C. Grayscale: #7A7A7A. Windows color (decimal): -4306237 or 12798654. OLE color: 12798654.

HSL color Cylindrical-coordinate representation of color #BE4AC3: hue angle of 297.52º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4AC3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19074195-
CMYK0.030.6200.24
HSL297.52º50.21%52.75%-
HSV(B)297.52º62.05%76.47%-
XYZ33.5319.7853.68-
YUV122.48168.93176.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=41.39%
G=16.12%
B=42.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190741950.030.6200.24297.5250.2152.75
HexBE4AC333E01812a3235
Octal2761123033760304526265
Binary1011111010010101100001111111110011000100101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4AC3; }

 p { color: rgb(190,74,195); }

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

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

 a { background-color: rgb(190,74,195); }

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

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

 span { border-color: rgb(190,74,195); }

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