#BE66C5

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

Shades of Fuchsia #BE66C5

Tints of Fuchsia #BE66C5

Color information

#BE66C5 (or 0xBE66C5) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and C5. RGB value is (190,102,197). Sum of RGB (Red+Green+Blue) = 190+102+197=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66C5 is #41993A. Grayscale: #8A8A8A. Windows color (decimal): -4299067 or 12936894. OLE color: 12936894.

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

Color convert

RGB190102197-
CMYK0.040.4800.23
HSL295.58º45.02%58.63%-
HSV(B)295.58º48.22%77.25%-
XYZ36.0624.4855.65-
YUV139.14160.65164.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=38.85%
G=20.86%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901021970.040.4800.23295.5845.0258.63
HexBE66C54300171282d3b
Octal2761463054600274505573
Binary10111110110011011000101100110000010111100101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66C5; }

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

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

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

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

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

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

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

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