#BE64AB

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

Shades of Fuchsia #BE64AB

Tints of Fuchsia #BE64AB

Color information

#BE64AB (or 0xBE64AB) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and AB. RGB value is (190,100,171). Sum of RGB (Red+Green+Blue) = 190+100+171=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64AB is #419B54. Grayscale: #868686. Windows color (decimal): -4299605 or 11232446. OLE color: 11232446.

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

Color convert

RGB190100171-
CMYK00.470.100.25
HSL312.67º40.91%56.86%-
HSV(B)312.67º47.37%74.51%-
XYZ33.142341.22-
YUV135148.32167.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=41.21%
G=21.69%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010017100.470.100.25312.6740.9156.86
HexBE64AB02FA191392939
Octal27614425305712314715171
Binary101111101100100101010110101111101011001100111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64AB; }

 p { color: rgb(190,100,171); }

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

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

 a { background-color: rgb(190,100,171); }

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

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

 span { border-color: rgb(190,100,171); }

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