#BE67FA

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

Shades of Heliotrope #BE67FA

Tints of Heliotrope #BE67FA

Color information

#BE67FA (or 0xBE67FA) is unknown color: approx Heliotrope. HEX triplet: BE, 67 and FA. RGB value is (190,103,250). Sum of RGB (Red+Green+Blue) = 190+103+250=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE67FA is #419805. Grayscale: #919191. Windows color (decimal): -4298758 or 16410558. OLE color: 16410558.

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

Color convert

RGB190103250-
CMYK0.240.5900.02
HSL275.51º93.63%69.22%-
HSV(B)275.51º58.8%98.04%-
XYZ43.3427.5593.48-
YUV145.77186.82159.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=34.99%
G=18.97%
B=46.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901032500.240.5900.02275.5193.6369.22
HexBE67FA183B021145e45
Octal276147372307302424136105
Binary101111101100111111110101100011101101010001010010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67FA; }

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

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

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

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

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

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

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

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