#BE65A9

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

Shades of Fuchsia #BE65A9

Tints of Fuchsia #BE65A9

Color information

#BE65A9 (or 0xBE65A9) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and A9. RGB value is (190,101,169). Sum of RGB (Red+Green+Blue) = 190+101+169=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A9 is #419A56. Grayscale: #878787. Windows color (decimal): -4299351 or 11101630. OLE color: 11101630.

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

Color convert

RGB190101169-
CMYK00.470.110.25
HSL314.16º40.64%57.06%-
HSV(B)314.16º46.84%74.51%-
XYZ33.0523.1240.26-
YUV135.36146.99166.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=41.30%
G=21.96%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010116900.470.110.25314.1640.6457.06
HexBE65A902FB1913a2939
Octal27614525105713314725171
Binary101111101100101101010010101111101111001100111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65A9; }

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

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

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

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

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

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

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

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