#BE40B4

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

Shades of Fuchsia #BE40B4

Tints of Fuchsia #BE40B4

Color information

#BE40B4 (or 0xBE40B4) is unknown color: approx Fuchsia. HEX triplet: BE, 40 and B4. RGB value is (190,64,180). Sum of RGB (Red+Green+Blue) = 190+64+180=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40B4 is #41BF4B. Grayscale: #727272. Windows color (decimal): -4308812 or 11813054. OLE color: 11813054.

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

Color convert

RGB19064180-
CMYK00.660.050.25
HSL304.76º49.61%49.8%-
HSV(B)304.76º66.32%74.51%-
XYZ31.3117.9144.99-
YUV114.9164.74181.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 180 (70.70% from 255) = 41.47%
R=43.78%
G=14.75%
B=41.47%

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
Decimal1906418000.660.050.25304.7649.6149.8
HexBE40B40425191313232
Octal27610026401025314616262
Binary101111101000000101101000100001010111001100110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40B4; }

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

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

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

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

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

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

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

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