#BE64B2

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

Shades of Fuchsia #BE64B2

Tints of Fuchsia #BE64B2

Color information

#BE64B2 (or 0xBE64B2) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and B2. RGB value is (190,100,178). Sum of RGB (Red+Green+Blue) = 190+100+178=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64B2 is #419B4D. Grayscale: #878787. Windows color (decimal): -4299598 or 11691198. OLE color: 11691198.

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

Color convert

RGB190100178-
CMYK00.470.060.25
HSL308º40.91%56.86%-
HSV(B)308º47.37%74.51%-
XYZ33.8323.2844.83-
YUV135.8151.82166.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=40.60%
G=21.37%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010017800.470.060.2530840.9156.86
HexBE64B202F6191342939
Octal2761442620576314645171
Binary10111110110010010110010010111111011001100110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64B2; }

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

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

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

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

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

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

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

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