#BE40C2

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

Shades of Fuchsia #BE40C2

Tints of Fuchsia #BE40C2

Color information

#BE40C2 (or 0xBE40C2) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and C2. RGB value is (190,64,194). Sum of RGB (Red+Green+Blue) = 190+64+194=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40C2 is #41BF3D. Grayscale: #747474. Windows color (decimal): -4308798 or 12730558. OLE color: 12730558.

HSL color Cylindrical-coordinate representation of color #BE40C2: hue angle of 298.15º 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 #BE40C2 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19064194-
CMYK0.020.6700.24
HSL298.15º51.59%50.59%-
HSV(B)298.15º67.01%76.08%-
XYZ32.8118.5152.88-
YUV116.49171.74180.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 64 (25.39% from 255) = 14.29%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=42.41%
G=14.29%
B=43.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190641940.020.6700.24298.1551.5950.59
HexBE40C224301812a3433
Octal27610030221030304526463
Binary10111110100000011000010101000011011000100101010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40C2; }

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

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

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

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

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

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

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

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