#BC64F6

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

Shades of Heliotrope #BC64F6

Tints of Heliotrope #BC64F6

Color information

#BC64F6 (or 0xBC64F6) is unknown color: approx Heliotrope. HEX triplet: BC, 64 and F6. RGB value is (188,100,246). Sum of RGB (Red+Green+Blue) = 188+100+246=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64F6 is #439B09. Grayscale: #8E8E8E. Windows color (decimal): -4430602 or 16147644. OLE color: 16147644.

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

Color convert

RGB188100246-
CMYK0.240.5900.04
HSL276.16º89.02%67.84%-
HSV(B)276.16º59.35%96.47%-
XYZ41.9326.4690.09-
YUV142.96186.15160.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 246 (96.48% from 255) = 46.07%
R=35.21%
G=18.73%
B=46.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881002460.240.5900.04276.1689.0267.84
HexBC64F6183B041145944
Octal274144366307304424131104
Binary1011110011001001111011011000111011010010001010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64F6; }

 p { color: rgb(188,100,246); }

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

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

 a { background-color: rgb(188,100,246); }

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

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

 span { border-color: rgb(188,100,246); }

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