#BF66F3

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

Shades of Heliotrope #BF66F3

Tints of Heliotrope #BF66F3

Color information

#BF66F3 (or 0xBF66F3) is unknown color: approx Heliotrope. HEX triplet: BF, 66 and F3. RGB value is (191,102,243). Sum of RGB (Red+Green+Blue) = 191+102+243=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66F3 is #40990C. Grayscale: #909090. Windows color (decimal): -4233485 or 15951551. OLE color: 15951551.

HSL color Cylindrical-coordinate representation of color #BF66F3: hue angle of 277.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF66F3 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191102243-
CMYK0.210.5800.05
HSL277.87º85.45%67.65%-
HSV(B)277.87º58.02%95.29%-
XYZ42.4127.0587.78-
YUV144.68183.49161.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 243 (95.31% from 255) = 45.34%
R=35.63%
G=19.03%
B=45.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911022430.210.5800.05277.8785.4567.65
HexBF66F3153A051165544
Octal277146363257205426125104
Binary1011111111001101111001110101111010010110001011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66F3; }

 p { color: rgb(191,102,243); }

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

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

 a { background-color: rgb(191,102,243); }

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

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

 span { border-color: rgb(191,102,243); }

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