#BE76EA

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

Shades of Heliotrope #BE76EA

Tints of Heliotrope #BE76EA

Color information

#BE76EA (or 0xBE76EA) is unknown color: approx Heliotrope. HEX triplet: BE, 76 and EA. RGB value is (190,118,234). Sum of RGB (Red+Green+Blue) = 190+118+234=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE76EA is #418915. Grayscale: #989898. Windows color (decimal): -4294934 or 15365822. OLE color: 15365822.

HSL color Cylindrical-coordinate representation of color #BE76EA: hue angle of 277.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE76EA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190118234-
CMYK0.190.5000.08
HSL277.24º73.42%69.02%-
HSV(B)277.24º49.57%91.76%-
XYZ42.5629.8481.36-
YUV152.75173.85154.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=35.06%
G=21.77%
B=43.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901182340.190.5000.08277.2473.4269.02
HexBE76EA1332081154945
Octal2761663522362010425111105
Binary10111110111011011101010100111100100100010001010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE76EA; }

 p { color: rgb(190,118,234); }

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

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

 a { background-color: rgb(190,118,234); }

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

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

 span { border-color: rgb(190,118,234); }

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