#BE40C3

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

Shades of Fuchsia #BE40C3

Tints of Fuchsia #BE40C3

Color information

#BE40C3 (or 0xBE40C3) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and C3. RGB value is (190,64,195). Sum of RGB (Red+Green+Blue) = 190+64+195=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C3 is #41BF3C. Grayscale: #747474. Windows color (decimal): -4308797 or 12796094. OLE color: 12796094.

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

Color convert

RGB19064195-
CMYK0.030.6700.24
HSL297.71º52.19%50.78%-
HSV(B)297.71º67.18%76.47%-
XYZ32.9218.5553.48-
YUV116.61172.24180.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=42.32%
G=14.25%
B=43.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190641950.030.6700.24297.7152.1950.78
HexBE40C334301812a3433
Octal27610030331030304526463
Binary10111110100000011000011111000011011000100101010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40C3; }

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

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

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

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

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

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

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

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