#BF68F5

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

Shades of Heliotrope #BF68F5

Tints of Heliotrope #BF68F5

Color information

#BF68F5 (or 0xBF68F5) is unknown color: approx Heliotrope. HEX triplet: BF, 68 and F5. RGB value is (191,104,245). Sum of RGB (Red+Green+Blue) = 191+104+245=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF68F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68F5 is #40970A. Grayscale: #919191. Windows color (decimal): -4232971 or 16083135. OLE color: 16083135.

HSL color Cylindrical-coordinate representation of color #BF68F5: hue angle of 277.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF68F5 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191104245-
CMYK0.220.5800.04
HSL277.02º87.58%68.43%-
HSV(B)277.02º57.55%96.08%-
XYZ42.9227.5789.45-
YUV146.09183.82160.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 104 (41.02% from 255) = 19.26%
BLUE value IS 245 (96.09% from 255) = 45.37%
R=35.37%
G=19.26%
B=45.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911042450.220.5800.04277.0287.5868.43
HexBF68F5163A041155844
Octal277150365267204425130104
Binary1011111111010001111010110110111010010010001010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68F5; }

 p { color: rgb(191,104,245); }

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

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

 a { background-color: rgb(191,104,245); }

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

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

 span { border-color: rgb(191,104,245); }

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