#BE41C6

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

Shades of Fuchsia #BE41C6

Tints of Fuchsia #BE41C6

Color information

#BE41C6 (or 0xBE41C6) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and C6. RGB value is (190,65,198). Sum of RGB (Red+Green+Blue) = 190+65+198=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41C6 is #41BE39. Grayscale: #757575. Windows color (decimal): -4308538 or 12992958. OLE color: 12992958.

HSL color Cylindrical-coordinate representation of color #BE41C6: hue angle of 296.39º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE41C6 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19065198-
CMYK0.040.6700.22
HSL296.39º53.85%51.57%-
HSV(B)296.39º67.17%77.65%-
XYZ33.3218.855.3-
YUV117.54173.41179.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=41.94%
G=14.35%
B=43.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190651980.040.6700.22296.3953.8551.57
HexBE41C64430161283634
Octal27610130641030264506664
Binary101111101000001110001101001000011010110100101000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41C6; }

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

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

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

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

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

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

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

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