#BE41BE

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

Shades of Fuchsia #BE41BE

Tints of Fuchsia #BE41BE

Color information

#BE41BE (or 0xBE41BE) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and BE. RGB value is (190,65,190). Sum of RGB (Red+Green+Blue) = 190+65+190=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41BE is #41BE41. Grayscale: #747474. Windows color (decimal): -4308546 or 12468670. OLE color: 12468670.

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

Color convert

RGB19065190-
CMYK00.6600.25
HSL300º49.02%50%-
HSV(B)300º65.79%74.51%-
XYZ32.4218.4550.57-
YUV116.62169.41180.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=42.70%
G=14.61%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906519000.6600.2530049.0250
HexBE41BE04201912c3132
Octal27610127601020314546162
Binary1011111010000011011111001000010011001100101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41BE; }

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

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

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

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

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

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

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

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