#BE41B9

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

Shades of Fuchsia #BE41B9

Tints of Fuchsia #BE41B9

Color information

#BE41B9 (or 0xBE41B9) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and B9. RGB value is (190,65,185). Sum of RGB (Red+Green+Blue) = 190+65+185=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41B9 is #41BE46. Grayscale: #737373. Windows color (decimal): -4308551 or 12140990. OLE color: 12140990.

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

Color convert

RGB19065185-
CMYK00.660.030.25
HSL302.4º49.02%50%-
HSV(B)302.4º65.79%74.51%-
XYZ31.8818.2347.74-
YUV116.06166.91180.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 65 (25.78% from 255) = 14.77%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=43.18%
G=14.77%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906518500.660.030.25302.449.0250
HexBE41B904231912e3132
Octal27610127101023314566162
Binary10111110100000110111001010000101111001100101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41B9; }

 p { color: rgb(190,65,185); }

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

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

 a { background-color: rgb(190,65,185); }

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

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

 span { border-color: rgb(190,65,185); }

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