#BE65AC

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

Shades of Fuchsia #BE65AC

Tints of Fuchsia #BE65AC

Color information

#BE65AC (or 0xBE65AC) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and AC. RGB value is (190,101,172). Sum of RGB (Red+Green+Blue) = 190+101+172=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65AC is #419A53. Grayscale: #878787. Windows color (decimal): -4299348 or 11298238. OLE color: 11298238.

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

Color convert

RGB190101172-
CMYK00.470.090.25
HSL312.13º40.64%57.06%-
HSV(B)312.13º46.84%74.51%-
XYZ33.3423.2341.76-
YUV135.7148.49166.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=41.04%
G=21.81%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010117200.470.090.25312.1340.6457.06
HexBE65AC02F9191382939
Octal27614525405711314705171
Binary101111101100101101011000101111100111001100111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65AC; }

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

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

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

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

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

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

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

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