#BE7AEF

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

Shades of Heliotrope #BE7AEF

Tints of Heliotrope #BE7AEF

Color information

#BE7AEF (or 0xBE7AEF) is unknown color: approx Heliotrope. HEX triplet: BE, 7A and EF. RGB value is (190,122,239). Sum of RGB (Red+Green+Blue) = 190+122+239=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE7AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7AEF is #418510. Grayscale: #9B9B9B. Windows color (decimal): -4293905 or 15694526. OLE color: 15694526.

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

Color convert

RGB190122239-
CMYK0.210.4900.06
HSL274.87º78.52%70.78%-
HSV(B)274.87º48.95%93.73%-
XYZ43.7731.185.36-
YUV155.67175.03152.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 122 (48.05% from 255) = 22.14%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=34.48%
G=22.14%
B=43.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901222390.210.4900.06274.8778.5270.78
HexBE7AEF1531061134f47
Octal276172357256106423117107
Binary1011111011110101110111110101110001011010001001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7AEF; }

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

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

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

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

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

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

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

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