#BE65FB

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

Shades of Heliotrope #BE65FB

Tints of Heliotrope #BE65FB

Color information

#BE65FB (or 0xBE65FB) is unknown color: approx Heliotrope. HEX triplet: BE, 65 and FB. RGB value is (190,101,251). Sum of RGB (Red+Green+Blue) = 190+101+251=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65FB is #419A04. Grayscale: #909090. Windows color (decimal): -4299269 or 16475582. OLE color: 16475582.

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

Color convert

RGB190101251-
CMYK0.240.6000.02
HSL275.6º94.94%69.02%-
HSV(B)275.6º59.76%98.43%-
XYZ43.327.2294.24-
YUV144.71187.99160.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=35.06%
G=18.63%
B=46.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901012510.240.6000.02275.694.9469.02
HexBE65FB183C021145f45
Octal276145373307402424137105
Binary101111101100101111110111100011110001010001010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65FB; }

 p { color: rgb(190,101,251); }

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

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

 a { background-color: rgb(190,101,251); }

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

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

 span { border-color: rgb(190,101,251); }

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