#BE41C2

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

Shades of Fuchsia #BE41C2

Tints of Fuchsia #BE41C2

Color information

#BE41C2 (or 0xBE41C2) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and C2. RGB value is (190,65,194). Sum of RGB (Red+Green+Blue) = 190+65+194=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41C2 is #41BE3D. Grayscale: #747474. Windows color (decimal): -4308542 or 12730814. OLE color: 12730814.

HSL color Cylindrical-coordinate representation of color #BE41C2: hue angle of 298.14º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE41C2 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19065194-
CMYK0.020.6600.24
HSL298.14º51.39%50.78%-
HSV(B)298.14º66.49%76.08%-
XYZ32.8618.6252.9-
YUV117.08171.41180.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 65 (25.78% from 255) = 14.48%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=42.32%
G=14.48%
B=43.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190651940.020.6600.24298.1451.3950.78
HexBE41C224201812a3333
Octal27610130221020304526363
Binary10111110100000111000010101000010011000100101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41C2; }

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

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

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

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

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

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

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

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