#BC68F9

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

Shades of Heliotrope #BC68F9

Tints of Heliotrope #BC68F9

Color information

#BC68F9 (or 0xBC68F9) is unknown color: approx Heliotrope. HEX triplet: BC, 68 and F9. RGB value is (188,104,249). Sum of RGB (Red+Green+Blue) = 188+104+249=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68F9 is #439706. Grayscale: #919191. Windows color (decimal): -4429575 or 16345276. OLE color: 16345276.

HSL color Cylindrical-coordinate representation of color #BC68F9: hue angle of 274.76º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC68F9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188104249-
CMYK0.240.5800.02
HSL274.76º92.36%69.22%-
HSV(B)274.76º58.23%97.65%-
XYZ42.7927.4392.66-
YUV145.65186.33158.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 104 (41.02% from 255) = 19.22%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=34.75%
G=19.22%
B=46.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881042490.240.5800.02274.7692.3669.22
HexBC68F9183A021135c45
Octal274150371307202423134105
Binary101111001101000111110011100011101001010001001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68F9; }

 p { color: rgb(188,104,249); }

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

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

 a { background-color: rgb(188,104,249); }

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

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

 span { border-color: rgb(188,104,249); }

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