#BF86FC

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

Shades of Heliotrope #BF86FC

Tints of Heliotrope #BF86FC

Color information

#BF86FC (or 0xBF86FC) is unknown color: approx Heliotrope. HEX triplet: BF, 86 and FC. RGB value is (191,134,252). Sum of RGB (Red+Green+Blue) = 191+134+252=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF86FC is #407903. Grayscale: #A4A4A4. Windows color (decimal): -4225284 or 16549567. OLE color: 16549567.

HSL color Cylindrical-coordinate representation of color #BF86FC: hue angle of 268.98º 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 #BF86FC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191134252-
CMYK0.240.4700.01
HSL268.98º95.16%75.69%-
HSV(B)268.98º46.83%98.82%-
XYZ47.5835.1596.37-
YUV164.5177.38146.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=33.10%
G=23.22%
B=43.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911342520.240.4700.01268.9895.1675.69
HexBF86FC182F0110d5f4c
Octal277206374305701415137114
Binary101111111000011011111100110001011110110000110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86FC; }

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

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

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

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

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

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

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

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