#BE5EFB

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

Shades of Heliotrope #BE5EFB

Tints of Heliotrope #BE5EFB

Color information

#BE5EFB (or 0xBE5EFB) is unknown color: approx Heliotrope. HEX triplet: BE, 5E and FB. RGB value is (190,94,251). Sum of RGB (Red+Green+Blue) = 190+94+251=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EFB is #41A104. Grayscale: #8C8C8C. Windows color (decimal): -4301061 or 16473790. OLE color: 16473790.

HSL color Cylindrical-coordinate representation of color #BE5EFB: hue angle of 276.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE5EFB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19094251-
CMYK0.240.6300.02
HSL276.69º95.15%67.65%-
HSV(B)276.69º62.55%98.43%-
XYZ42.6525.9294.02-
YUV140.6190.3163.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=35.51%
G=17.57%
B=46.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190942510.240.6300.02276.6995.1567.65
HexBE5EFB183F021155f44
Octal276136373307702425137104
Binary101111101011110111110111100011111101010001010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EFB; }

 p { color: rgb(190,94,251); }

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

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

 a { background-color: rgb(190,94,251); }

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

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

 span { border-color: rgb(190,94,251); }

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