#BE7DEF

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

Shades of Heliotrope #BE7DEF

Tints of Heliotrope #BE7DEF

Color information

#BE7DEF (or 0xBE7DEF) is unknown color: approx Heliotrope. HEX triplet: BE, 7D and EF. RGB value is (190,125,239). Sum of RGB (Red+Green+Blue) = 190+125+239=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE7DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DEF is #418210. Grayscale: #9D9D9D. Windows color (decimal): -4293137 or 15695294. OLE color: 15695294.

HSL color Cylindrical-coordinate representation of color #BE7DEF: hue angle of 274.21º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE7DEF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190125239-
CMYK0.210.4800.06
HSL274.21º78.08%71.37%-
HSV(B)274.21º47.7%93.73%-
XYZ44.1531.8585.48-
YUV157.43174.03151.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=34.30%
G=22.56%
B=43.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901252390.210.4800.06274.2178.0871.37
HexBE7DEF1530061124e47
Octal276175357256006422116107
Binary1011111011111011110111110101110000011010001001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7DEF; }

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

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

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

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

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

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

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

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