#BE7DF4

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

Shades of Heliotrope #BE7DF4

Tints of Heliotrope #BE7DF4

Color information

#BE7DF4 (or 0xBE7DF4) is unknown color: approx Heliotrope. HEX triplet: BE, 7D and F4. RGB value is (190,125,244). Sum of RGB (Red+Green+Blue) = 190+125+244=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE7DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DF4 is #41820B. Grayscale: #9D9D9D. Windows color (decimal): -4293132 or 16022974. OLE color: 16022974.

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

Color convert

RGB190125244-
CMYK0.220.4900.04
HSL272.77º84.4%72.35%-
HSV(B)272.77º48.77%95.69%-
XYZ44.932.1589.43-
YUV158176.53150.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=33.99%
G=22.36%
B=43.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901252440.220.4900.04272.7784.472.35
HexBE7DF41631041115448
Octal276175364266104421124110
Binary1011111011111011111010010110110001010010001000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DF4; }

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

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

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

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

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

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

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

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