#BE68FA

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

Shades of Heliotrope #BE68FA

Tints of Heliotrope #BE68FA

Color information

#BE68FA (or 0xBE68FA) is unknown color: approx Heliotrope. HEX triplet: BE, 68 and FA. RGB value is (190,104,250). Sum of RGB (Red+Green+Blue) = 190+104+250=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68FA is #419705. Grayscale: #919191. Windows color (decimal): -4298502 or 16410814. OLE color: 16410814.

HSL color Cylindrical-coordinate representation of color #BE68FA: hue angle of 275.34º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE68FA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190104250-
CMYK0.240.5800.02
HSL275.34º93.59%69.41%-
HSV(B)275.34º58.4%98.04%-
XYZ43.4427.7593.51-
YUV146.36186.49159.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=34.93%
G=19.12%
B=45.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901042500.240.5800.02275.3493.5969.41
HexBE68FA183A021135e45
Octal276150372307202423136105
Binary101111101101000111110101100011101001010001001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68FA; }

 p { color: rgb(190,104,250); }

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

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

 a { background-color: rgb(190,104,250); }

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

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

 span { border-color: rgb(190,104,250); }

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