#BE68C5

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

Shades of Fuchsia #BE68C5

Tints of Fuchsia #BE68C5

Color information

#BE68C5 (or 0xBE68C5) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and C5. RGB value is (190,104,197). Sum of RGB (Red+Green+Blue) = 190+104+197=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68C5 is #41973A. Grayscale: #8C8C8C. Windows color (decimal): -4298555 or 12937406. OLE color: 12937406.

HSL color Cylindrical-coordinate representation of color #BE68C5: hue angle of 295.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE68C5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190104197-
CMYK0.040.4700.23
HSL295.48º44.5%59.02%-
HSV(B)295.48º47.21%77.25%-
XYZ36.2624.8855.71-
YUV140.32159.99163.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=38.70%
G=21.18%
B=40.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901041970.040.4700.23295.4844.559.02
HexBE68C542F0171272c3b
Octal2761503054570274475473
Binary10111110110100011000101100101111010111100100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68C5; }

 p { color: rgb(190,104,197); }

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

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

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

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

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

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

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