#BE4AC1

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

Shades of Fuchsia #BE4AC1

Tints of Fuchsia #BE4AC1

Color information

#BE4AC1 (or 0xBE4AC1) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and C1. RGB value is (190,74,193). Sum of RGB (Red+Green+Blue) = 190+74+193=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AC1 is #41B53E. Grayscale: #797979. Windows color (decimal): -4306239 or 12667582. OLE color: 12667582.

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

Color convert

RGB19074193-
CMYK0.020.6200.24
HSL298.49º48.97%52.35%-
HSV(B)298.49º61.66%75.69%-
XYZ33.3119.6952.5-
YUV122.25167.93176.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=41.58%
G=16.19%
B=42.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190741930.020.6200.24298.4948.9752.35
HexBE4AC123E01812a3134
Octal2761123012760304526164
Binary1011111010010101100000110111110011000100101010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4AC1; }

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

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

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

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

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

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

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

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