#BE40B5

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

Shades of Fuchsia #BE40B5

Tints of Fuchsia #BE40B5

Color information

#BE40B5 (or 0xBE40B5) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and B5. RGB value is (190,64,181). Sum of RGB (Red+Green+Blue) = 190+64+181=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B5 is #41BF4A. Grayscale: #727272. Windows color (decimal): -4308811 or 11878590. OLE color: 11878590.

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

Color convert

RGB19064181-
CMYK00.660.050.25
HSL304.29º49.61%49.8%-
HSV(B)304.29º66.32%74.51%-
XYZ31.4117.9545.53-
YUV115.01165.24181.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=43.68%
G=14.71%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906418100.660.050.25304.2949.6149.8
HexBE40B50425191303232
Octal27610026501025314606262
Binary101111101000000101101010100001010111001100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40B5; }

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

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

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

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

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

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

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

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