#BE77FE

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

Shades of Heliotrope #BE77FE

Tints of Heliotrope #BE77FE

Color information

#BE77FE (or 0xBE77FE) is unknown color: approx Heliotrope. HEX triplet: BE, 77 and FE. RGB value is (190,119,254). Sum of RGB (Red+Green+Blue) = 190+119+254=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77FE is #418801. Grayscale: #9B9B9B. Windows color (decimal): -4294658 or 16676798. OLE color: 16676798.

HSL color Cylindrical-coordinate representation of color #BE77FE: hue angle of 271.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE77FE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190119254-
CMYK0.250.5300.00
HSL271.56º98.54%73.14%-
HSV(B)271.56º53.15%99.61%-
XYZ45.7231.397.4-
YUV155.62183.52152.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 119 (46.88% from 255) = 21.14%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=33.75%
G=21.14%
B=45.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901192540.250.5300.00271.5698.5473.14
HexBE77FE1935001106349
Octal276167376316500420143111
Binary10111110111011111111110110011101010010001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77FE; }

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

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

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

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

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

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

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

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