#BE5EFD

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

Shades of Heliotrope #BE5EFD

Tints of Heliotrope #BE5EFD

Color information

#BE5EFD (or 0xBE5EFD) is unknown color: approx Heliotrope. HEX triplet: BE, 5E and FD. RGB value is (190,94,253). Sum of RGB (Red+Green+Blue) = 190+94+253=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EFD is #41A102. Grayscale: #8C8C8C. Windows color (decimal): -4301059 or 16604862. OLE color: 16604862.

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

Color convert

RGB19094253-
CMYK0.250.6300.01
HSL276.23º97.55%68.04%-
HSV(B)276.23º62.85%99.22%-
XYZ42.9726.0495.69-
YUV140.83191.3163.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 94 (37.11% from 255) = 17.50%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=35.38%
G=17.50%
B=47.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190942530.250.6300.01276.2397.5568.04
HexBE5EFD193F011146244
Octal276136375317701424142104
Binary10111110101111011111101110011111110110001010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EFD; }

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

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

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

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

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

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

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

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