#BE64B5

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

Shades of Fuchsia #BE64B5

Tints of Fuchsia #BE64B5

Color information

#BE64B5 (or 0xBE64B5) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and B5. RGB value is (190,100,181). Sum of RGB (Red+Green+Blue) = 190+100+181=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64B5 is #419B4A. Grayscale: #878787. Windows color (decimal): -4299595 or 11887806. OLE color: 11887806.

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

Color convert

RGB190100181-
CMYK00.470.050.25
HSL306º40.91%56.86%-
HSV(B)306º47.37%74.51%-
XYZ34.1323.446.43-
YUV136.14153.32166.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 181 (71.09% from 255) = 38.43%
R=40.34%
G=21.23%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010018100.470.050.2530640.9156.86
HexBE64B502F5191322939
Octal2761442650575314625171
Binary10111110110010010110101010111110111001100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64B5; }

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

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

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

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

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

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

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

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