#be5eff

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

Shades of Heliotrope #BE5EFF

Tints of Heliotrope #BE5EFF

Color information

#BE5EFF (or 0xBE5EFF) is unknown color: approx Heliotrope. HEX triplet: BE, 5E and FF. RGB value is (190,94,255). Sum of RGB (Red+Green+Blue) = 190+94+255=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EFF is #41A100. Grayscale: #8C8C8C. Windows color (decimal): -4301057 or 16735934. OLE color: 16735934.

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

Color convert

RGB19094255-
CMYK0.250.6300
HSL275.78º100%68.43%-
HSV(B)275.78º63.14%100%-
XYZ43.2926.1797.38-
YUV141.06192.3162.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 94 (37.11% from 255) = 17.44%
BLUE value IS 255 (100% from 255) = 47.31%
R=35.25%
G=17.44%
B=47.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190942550.250.6300275.7810068.43
HexBE5EFF193F001146444
Octal276136377317700424144104
Binary10111110101111011111111110011111110010001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5eff; }

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

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

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

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

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

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

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

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