#BE68A9

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

Shades of Fuchsia #BE68A9

Tints of Fuchsia #BE68A9

Color information

#BE68A9 (or 0xBE68A9) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and A9. RGB value is (190,104,169). Sum of RGB (Red+Green+Blue) = 190+104+169=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68A9 is #419756. Grayscale: #888888. Windows color (decimal): -4298583 or 11102398. OLE color: 11102398.

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

Color convert

RGB190104169-
CMYK00.450.110.25
HSL314.65º39.81%57.65%-
HSV(B)314.65º45.26%74.51%-
XYZ33.3523.7140.36-
YUV137.12145.99165.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 169 (66.41% from 255) = 36.50%
R=41.04%
G=22.46%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010416900.450.110.25314.6539.8157.65
HexBE68A902DB1913b283a
Octal27615025105513314735072
Binary101111101101000101010010101101101111001100111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68A9; }

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

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

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

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

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

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

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

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