#BE71EC

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

Shades of Heliotrope #BE71EC

Tints of Heliotrope #BE71EC

Color information

#BE71EC (or 0xBE71EC) is unknown color: approx Heliotrope. HEX triplet: BE, 71 and EC. RGB value is (190,113,236). Sum of RGB (Red+Green+Blue) = 190+113+236=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE71EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE71EC is #418E13. Grayscale: #959595. Windows color (decimal): -4296212 or 15495614. OLE color: 15495614.

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

Color convert

RGB190113236-
CMYK0.190.5200.07
HSL277.56º76.4%68.43%-
HSV(B)277.56º52.12%92.55%-
XYZ42.2828.8182.69-
YUV150.04176.51156.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=35.25%
G=20.96%
B=43.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901132360.190.5200.07277.5676.468.43
HexBE71EC1334071164c44
Octal276161354236407426114104
Binary1011111011100011110110010011110100011110001011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71EC; }

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

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

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

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

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

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

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

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