#BE66A8

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

Shades of Fuchsia #BE66A8

Tints of Fuchsia #BE66A8

Color information

#BE66A8 (or 0xBE66A8) is unknown color: approx Fuchsia. HEX triplet: BE, 66 and A8. RGB value is (190,102,168). Sum of RGB (Red+Green+Blue) = 190+102+168=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A8 is #419957. Grayscale: #878787. Windows color (decimal): -4299096 or 11036350. OLE color: 11036350.

HSL color Cylindrical-coordinate representation of color #BE66A8: hue angle of 315º 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 #BE66A8 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190102168-
CMYK00.460.120.25
HSL315º40.37%57.25%-
HSV(B)315º46.32%74.51%-
XYZ33.0523.2839.8-
YUV135.84146.15166.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=41.30%
G=22.17%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010216800.460.120.2531540.3757.25
HexBE66A802EC1913b2839
Octal27614625005614314735071
Binary101111101100110101010000101110110011001100111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66A8; }

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

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

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

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

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

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

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

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