#BE6BF0

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

Shades of Heliotrope #BE6BF0

Tints of Heliotrope #BE6BF0

Color information

#BE6BF0 (or 0xBE6BF0) is unknown color: approx Heliotrope. HEX triplet: BE, 6B and F0. RGB value is (190,107,240). Sum of RGB (Red+Green+Blue) = 190+107+240=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6BF0 is #41940F. Grayscale: #929292. Windows color (decimal): -4297744 or 15756222. OLE color: 15756222.

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

Color convert

RGB190107240-
CMYK0.210.5500.06
HSL277.44º81.6%68.04%-
HSV(B)277.44º55.42%94.12%-
XYZ42.2227.7585.57-
YUV146.98180.5158.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=35.38%
G=19.93%
B=44.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901072400.210.5500.06277.4481.668.04
HexBE6BF01537061155244
Octal276153360256706425122104
Binary1011111011010111111000010101110111011010001010110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BF0; }

 p { color: rgb(190,107,240); }

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

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

 a { background-color: rgb(190,107,240); }

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

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

 span { border-color: rgb(190,107,240); }

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