#BE78F1

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

Shades of Heliotrope #BE78F1

Tints of Heliotrope #BE78F1

Color information

#BE78F1 (or 0xBE78F1) is unknown color: approx Heliotrope. HEX triplet: BE, 78 and F1. RGB value is (190,120,241). Sum of RGB (Red+Green+Blue) = 190+120+241=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE78F1 is #41870E. Grayscale: #9A9A9A. Windows color (decimal): -4294415 or 15825086. OLE color: 15825086.

HSL color Cylindrical-coordinate representation of color #BE78F1: hue angle of 274.71º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE78F1 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190120241-
CMYK0.210.5000.05
HSL274.71º81.21%70.78%-
HSV(B)274.71º50.21%94.51%-
XYZ43.8330.7386.84-
YUV154.72176.69153.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 21.78%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=34.48%
G=21.78%
B=43.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901202410.210.5000.05274.7181.2170.78
HexBE78F11532051135147
Octal276170361256205423121107
Binary1011111011110001111000110101110010010110001001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE78F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE78F1; }

 p { color: rgb(190,120,241); }

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

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

 a { background-color: rgb(190,120,241); }

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

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

 span { border-color: rgb(190,120,241); }

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