#BE40BA

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

Shades of Fuchsia #BE40BA

Tints of Fuchsia #BE40BA

Color information

#BE40BA (or 0xBE40BA) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and BA. RGB value is (190,64,186). Sum of RGB (Red+Green+Blue) = 190+64+186=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40BA is #41BF45. Grayscale: #737373. Windows color (decimal): -4308806 or 12206270. OLE color: 12206270.

HSL color Cylindrical-coordinate representation of color #BE40BA: hue angle of 301.9º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE40BA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19064186-
CMYK00.660.020.25
HSL301.9º49.61%49.8%-
HSV(B)301.9º66.32%74.51%-
XYZ31.9318.1648.28-
YUV115.58167.74181.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=43.18%
G=14.55%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906418600.660.020.25301.949.6149.8
HexBE40BA04221912e3232
Octal27610027201022314566262
Binary10111110100000010111010010000101011001100101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40BA; }

 p { color: rgb(190,64,186); }

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

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

 a { background-color: rgb(190,64,186); }

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

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

 span { border-color: rgb(190,64,186); }

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