#BE7EF1

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

Shades of Heliotrope #BE7EF1

Tints of Heliotrope #BE7EF1

Color information

#BE7EF1 (or 0xBE7EF1) is unknown color: approx Heliotrope. HEX triplet: BE, 7E and F1. RGB value is (190,126,241). Sum of RGB (Red+Green+Blue) = 190+126+241=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7EF1 is #41810E. Grayscale: #9D9D9D. Windows color (decimal): -4292879 or 15826622. OLE color: 15826622.

HSL color Cylindrical-coordinate representation of color #BE7EF1: hue angle of 273.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7EF1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190126241-
CMYK0.210.4800.05
HSL273.39º80.42%71.96%-
HSV(B)273.39º47.72%94.51%-
XYZ44.5732.2287.09-
YUV158.25174.7150.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 126 (49.61% from 255) = 22.62%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=34.11%
G=22.62%
B=43.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901262410.210.4800.05273.3980.4271.96
HexBE7EF11530051115048
Octal276176361256005421120110
Binary1011111011111101111000110101110000010110001000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EF1; }

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

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

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

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

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

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

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

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