#BE40B3

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

Shades of Fuchsia #BE40B3

Tints of Fuchsia #BE40B3

Color information

#BE40B3 (or 0xBE40B3) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and B3. RGB value is (190,64,179). Sum of RGB (Red+Green+Blue) = 190+64+179=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B3 is #41BF4C. Grayscale: #727272. Windows color (decimal): -4308813 or 11747518. OLE color: 11747518.

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

Color convert

RGB19064179-
CMYK00.660.060.25
HSL305.24º49.61%49.8%-
HSV(B)305.24º66.32%74.51%-
XYZ31.2117.8744.45-
YUV114.78164.24181.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=43.88%
G=14.78%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906417900.660.060.25305.2449.6149.8
HexBE40B30426191313232
Octal27610026301026314616262
Binary101111101000000101100110100001011011001100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40B3; }

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

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

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

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

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

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

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

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