#be77f4

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

Shades of Heliotrope #BE77F4

Tints of Heliotrope #BE77F4

Color information

#BE77F4 (or 0xBE77F4) is unknown color: approx Heliotrope. HEX triplet: BE, 77 and F4. RGB value is (190,119,244). Sum of RGB (Red+Green+Blue) = 190+119+244=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE77F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77F4 is #41880B. Grayscale: #9A9A9A. Windows color (decimal): -4294668 or 16021438. OLE color: 16021438.

HSL color Cylindrical-coordinate representation of color #BE77F4: hue angle of 274.08º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE77F4 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190119244-
CMYK0.220.5100.04
HSL274.08º85.03%71.18%-
HSV(B)274.08º51.23%95.69%-
XYZ44.1630.6789.18-
YUV154.48178.52153.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=34.36%
G=21.52%
B=44.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901192440.220.5100.04274.0885.0371.18
HexBE77F41633041125547
Octal276167364266304422125107
Binary1011111011101111111010010110110011010010001001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be77f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be77f4; }

 p { color: rgb(190,119,244); }

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

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

 a { background-color: rgb(190,119,244); }

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

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

 span { border-color: rgb(190,119,244); }

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