#BE86FC

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

Shades of Heliotrope #BE86FC

Tints of Heliotrope #BE86FC

Color information

#BE86FC (or 0xBE86FC) is unknown color: approx Heliotrope. HEX triplet: BE, 86 and FC. RGB value is (190,134,252). Sum of RGB (Red+Green+Blue) = 190+134+252=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86FC is #417903. Grayscale: #A3A3A3. Windows color (decimal): -4290820 or 16549566. OLE color: 16549566.

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

Color convert

RGB190134252-
CMYK0.250.4700.01
HSL268.47º95.16%75.69%-
HSV(B)268.47º46.83%98.82%-
XYZ47.3335.0396.36-
YUV164.2177.55146.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=32.99%
G=23.26%
B=43.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901342520.250.4700.01268.4795.1675.69
HexBE86FC192F0110c5f4c
Octal276206374315701414137114
Binary101111101000011011111100110011011110110000110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE86FC; }

 p { color: rgb(190,134,252); }

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

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

 a { background-color: rgb(190,134,252); }

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

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

 span { border-color: rgb(190,134,252); }

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