#BE73EC

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

Shades of Heliotrope #BE73EC

Tints of Heliotrope #BE73EC

Color information

#BE73EC (or 0xBE73EC) is unknown color: approx Heliotrope. HEX triplet: BE, 73 and EC. RGB value is (190,115,236). Sum of RGB (Red+Green+Blue) = 190+115+236=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE73EC is #418C13. Grayscale: #969696. Windows color (decimal): -4295700 or 15496126. OLE color: 15496126.

HSL color Cylindrical-coordinate representation of color #BE73EC: hue angle of 277.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE73EC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190115236-
CMYK0.190.5100.07
HSL277.19º76.1%68.82%-
HSV(B)277.19º51.27%92.55%-
XYZ42.5129.2682.77-
YUV151.22175.85155.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=35.12%
G=21.26%
B=43.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901152360.190.5100.07277.1976.168.82
HexBE73EC1333071154c45
Octal276163354236307425114105
Binary1011111011100111110110010011110011011110001010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE73EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE73EC; }

 p { color: rgb(190,115,236); }

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

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

 a { background-color: rgb(190,115,236); }

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

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

 span { border-color: rgb(190,115,236); }

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