#BE6AFD

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

Shades of Heliotrope #BE6AFD

Tints of Heliotrope #BE6AFD

Color information

#BE6AFD (or 0xBE6AFD) is unknown color: approx Heliotrope. HEX triplet: BE, 6A and FD. RGB value is (190,106,253). Sum of RGB (Red+Green+Blue) = 190+106+253=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE6AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6AFD is #419502. Grayscale: #939393. Windows color (decimal): -4297987 or 16607934. OLE color: 16607934.

HSL color Cylindrical-coordinate representation of color #BE6AFD: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE6AFD is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190106253-
CMYK0.250.5800.01
HSL274.29º97.35%70.39%-
HSV(B)274.29º58.1%99.22%-
XYZ44.1228.3596.07-
YUV147.87187.33158.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=34.61%
G=19.31%
B=46.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901062530.250.5800.01274.2997.3570.39
HexBE6AFD193A011126146
Octal276152375317201422141106
Binary10111110110101011111101110011110100110001001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AFD; }

 p { color: rgb(190,106,253); }

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

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

 a { background-color: rgb(190,106,253); }

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

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

 span { border-color: rgb(190,106,253); }

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