#BE64F9

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

Shades of Heliotrope #BE64F9

Tints of Heliotrope #BE64F9

Color information

#BE64F9 (or 0xBE64F9) is unknown color: approx Heliotrope. HEX triplet: BE, 64 and F9. RGB value is (190,100,249). Sum of RGB (Red+Green+Blue) = 190+100+249=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE64F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64F9 is #419B06. Grayscale: #8F8F8F. Windows color (decimal): -4299527 or 16344254. OLE color: 16344254.

HSL color Cylindrical-coordinate representation of color #BE64F9: hue angle of 276.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE64F9 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190100249-
CMYK0.240.6000.02
HSL276.24º92.55%68.43%-
HSV(B)276.24º59.84%97.65%-
XYZ42.8926.992.55-
YUV143.9187.32160.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 100 (39.45% from 255) = 18.55%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=35.25%
G=18.55%
B=46.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901002490.240.6000.02276.2492.5568.43
HexBE64F9183C021145d44
Octal276144371307402424135104
Binary101111101100100111110011100011110001010001010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE64F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE64F9; }

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

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

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

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

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

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

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

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