#BE6EEF

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

Shades of Heliotrope #BE6EEF

Tints of Heliotrope #BE6EEF

Color information

#BE6EEF (or 0xBE6EEF) is unknown color: approx Heliotrope. HEX triplet: BE, 6E and EF. RGB value is (190,110,239). Sum of RGB (Red+Green+Blue) = 190+110+239=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EEF is #419110. Grayscale: #949494. Windows color (decimal): -4296977 or 15691454. OLE color: 15691454.

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

Color convert

RGB190110239-
CMYK0.210.5400.06
HSL277.21º80.12%68.43%-
HSV(B)277.21º53.97%93.73%-
XYZ42.3928.3384.9-
YUV148.63179157.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 110 (43.36% from 255) = 20.41%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=35.25%
G=20.41%
B=44.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901102390.210.5400.06277.2180.1268.43
HexBE6EEF1536061155044
Octal276156357256606425120104
Binary1011111011011101110111110101110110011010001010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EEF; }

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

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

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

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

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

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

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

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