#BE40B6

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

Shades of Fuchsia #BE40B6

Tints of Fuchsia #BE40B6

Color information

#BE40B6 (or 0xBE40B6) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and B6. RGB value is (190,64,182). Sum of RGB (Red+Green+Blue) = 190+64+182=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B6 is #41BF49. Grayscale: #727272. Windows color (decimal): -4308810 or 11944126. OLE color: 11944126.

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

Color convert

RGB19064182-
CMYK00.660.040.25
HSL303.81º49.61%49.8%-
HSV(B)303.81º66.32%74.51%-
XYZ31.5117.9946.07-
YUV115.13165.74181.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=43.58%
G=14.68%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906418200.660.040.25303.8149.6149.8
HexBE40B60424191303232
Octal27610026601024314606262
Binary101111101000000101101100100001010011001100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40B6; }

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

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

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

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

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

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

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

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