#BE64A8

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

Shades of Fuchsia #BE64A8

Tints of Fuchsia #BE64A8

Color information

#BE64A8 (or 0xBE64A8) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and A8. RGB value is (190,100,168). Sum of RGB (Red+Green+Blue) = 190+100+168=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE64A8 is #419B57. Grayscale: #868686. Windows color (decimal): -4299608 or 11035838. OLE color: 11035838.

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

Color convert

RGB190100168-
CMYK00.470.120.25
HSL314.67º40.91%56.86%-
HSV(B)314.67º47.37%74.51%-
XYZ32.8622.8939.73-
YUV134.66146.82167.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 168 (66.02% from 255) = 36.68%
R=41.48%
G=21.83%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010016800.470.120.25314.6740.9156.86
HexBE64A802FC1913b2939
Octal27614425005714314735171
Binary101111101100100101010000101111110011001100111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64A8; }

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

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

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

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

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

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

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

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