#BE64BD

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

Shades of Fuchsia #BE64BD

Tints of Fuchsia #BE64BD

Color information

#BE64BD (or 0xBE64BD) is unknown color: approx Fuchsia. HEX triplet: BE, 64 and BD. RGB value is (190,100,189). Sum of RGB (Red+Green+Blue) = 190+100+189=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64BD is #419B42. Grayscale: #888888. Windows color (decimal): -4299587 or 12412094. OLE color: 12412094.

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

Color convert

RGB190100189-
CMYK00.470.010.25
HSL300.67º40.91%56.86%-
HSV(B)300.67º47.37%74.51%-
XYZ34.9823.7450.88-
YUV137.06157.32165.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=39.67%
G=20.88%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010018900.470.010.25300.6740.9156.86
HexBE64BD02F11912d2939
Octal2761442750571314555171
Binary101111101100100101111010101111111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64BD; }

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

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

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

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

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

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

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

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