#BE66A9

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

Shades of Fuchsia #BE66A9

Tints of Fuchsia #BE66A9

Color information

#BE66A9 (or 0xBE66A9) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and A9. RGB value is (190,102,169). Sum of RGB (Red+Green+Blue) = 190+102+169=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A9 is #419956. Grayscale: #878787. Windows color (decimal): -4299095 or 11101886. OLE color: 11101886.

HSL color Cylindrical-coordinate representation of color #BE66A9: hue angle of 314.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE66A9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190102169-
CMYK00.460.110.25
HSL314.32º40.37%57.25%-
HSV(B)314.32º46.32%74.51%-
XYZ33.1523.3140.29-
YUV135.95146.65166.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 169 (66.41% from 255) = 36.66%
R=41.21%
G=22.13%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010216900.460.110.25314.3240.3757.25
HexBE66A902EB1913a2839
Octal27614625105613314725071
Binary101111101100110101010010101110101111001100111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66A9; }

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

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

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

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

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

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

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

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