#BE6AFE

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

Shades of Heliotrope #BE6AFE

Tints of Heliotrope #BE6AFE

Color information

#BE6AFE (or 0xBE6AFE) is unknown color: approx Heliotrope. HEX triplet: BE, 6A and FE. RGB value is (190,106,254). Sum of RGB (Red+Green+Blue) = 190+106+254=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6AFE is #419501. Grayscale: #939393. Windows color (decimal): -4297986 or 16673470. OLE color: 16673470.

HSL color Cylindrical-coordinate representation of color #BE6AFE: hue angle of 274.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE6AFE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190106254-
CMYK0.250.5800.00
HSL274.05º98.67%70.59%-
HSV(B)274.05º58.27%99.61%-
XYZ44.2828.4196.92-
YUV147.99187.83157.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 254 (99.61% from 255) = 46.18%
R=34.55%
G=19.27%
B=46.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901062540.250.5800.00274.0598.6770.59
HexBE6AFE193A001126347
Octal276152376317200422143107
Binary10111110110101011111110110011110100010001001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AFE; }

 p { color: rgb(190,106,254); }

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

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

 a { background-color: rgb(190,106,254); }

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

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

 span { border-color: rgb(190,106,254); }

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