#BE6CFA

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

Shades of Heliotrope #BE6CFA

Tints of Heliotrope #BE6CFA

Color information

#BE6CFA (or 0xBE6CFA) is unknown color: approx Heliotrope. HEX triplet: BE, 6C and FA. RGB value is (190,108,250). Sum of RGB (Red+Green+Blue) = 190+108+250=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CFA is #419305. Grayscale: #949494. Windows color (decimal): -4297478 or 16411838. OLE color: 16411838.

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

Color convert

RGB190108250-
CMYK0.240.5700.02
HSL274.65º93.42%70.2%-
HSV(B)274.65º56.8%98.04%-
XYZ43.8528.5793.65-
YUV148.71185.17157.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 108 (42.58% from 255) = 19.71%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=34.67%
G=19.71%
B=45.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901082500.240.5700.02274.6593.4270.2
HexBE6CFA1839021135d46
Octal276154372307102423135106
Binary101111101101100111110101100011100101010001001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6CFA; }

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

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

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

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

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

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

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

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