#BE54CA

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

Shades of Fuchsia #BE54CA

Tints of Fuchsia #BE54CA

Color information

#BE54CA (or 0xBE54CA) is unknown color: approx Fuchsia. HEX triplet: BE, 54 and CA. RGB value is (190,84,202). Sum of RGB (Red+Green+Blue) = 190+84+202=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CA is #41AB35. Grayscale: #808080. Windows color (decimal): -4303670 or 13259966. OLE color: 13259966.

HSL color Cylindrical-coordinate representation of color #BE54CA: hue angle of 293.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE54CA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19084202-
CMYK0.060.5800.21
HSL293.9º52.68%56.08%-
HSV(B)293.9º58.42%79.22%-
XYZ35.0721.5558.19-
YUV129.15169.12171.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=39.92%
G=17.65%
B=42.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190842020.060.5800.21293.952.6856.08
HexBE54CA63A0151263538
Octal2761243126720254466570
Binary10111110101010011001010110111010010101100100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54CA; }

 p { color: rgb(190,84,202); }

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

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

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

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

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

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

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