#BE41BA

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

Shades of Fuchsia #BE41BA

Tints of Fuchsia #BE41BA

Color information

#BE41BA (or 0xBE41BA) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and BA. RGB value is (190,65,186). Sum of RGB (Red+Green+Blue) = 190+65+186=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41BA is #41BE45. Grayscale: #737373. Windows color (decimal): -4308550 or 12206526. OLE color: 12206526.

HSL color Cylindrical-coordinate representation of color #BE41BA: hue angle of 301.92º degrees, saturation: 0.49, 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 #BE41BA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19065186-
CMYK00.660.020.25
HSL301.92º49.02%50%-
HSV(B)301.92º65.79%74.51%-
XYZ31.9918.2748.3-
YUV116.17167.41180.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=43.08%
G=14.74%
B=42.18%

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
Decimal1906518600.660.020.25301.9249.0250
HexBE41BA04221912e3132
Octal27610127201022314566162
Binary10111110100000110111010010000101011001100101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41BA; }

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

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

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

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

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

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

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

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