#BE4BC2

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

Shades of Fuchsia #BE4BC2

Tints of Fuchsia #BE4BC2

Color information

#BE4BC2 (or 0xBE4BC2) is unknown color: approx Fuchsia. HEX triplet: BE, 4B and C2. RGB value is (190,75,194). Sum of RGB (Red+Green+Blue) = 190+75+194=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BC2 is #41B43D. Grayscale: #7A7A7A. Windows color (decimal): -4305982 or 12733374. OLE color: 12733374.

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

Color convert

RGB19075194-
CMYK0.020.6100.24
HSL297.98º49.38%52.75%-
HSV(B)297.98º61.34%76.08%-
XYZ33.4919.8753.11-
YUV122.95168.1175.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=41.39%
G=16.34%
B=42.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190751940.020.6100.24297.9849.3852.75
HexBE4BC223D01812a3135
Octal2761133022750304526165
Binary1011111010010111100001010111101011000100101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BC2; }

 p { color: rgb(190,75,194); }

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

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

 a { background-color: rgb(190,75,194); }

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

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

 span { border-color: rgb(190,75,194); }

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