#BC69F7

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

Shades of Heliotrope #BC69F7

Tints of Heliotrope #BC69F7

Color information

#BC69F7 (or 0xBC69F7) is unknown color: approx Heliotrope. HEX triplet: BC, 69 and F7. RGB value is (188,105,247). Sum of RGB (Red+Green+Blue) = 188+105+247=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC69F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69F7 is #439608. Grayscale: #919191. Windows color (decimal): -4429321 or 16214460. OLE color: 16214460.

HSL color Cylindrical-coordinate representation of color #BC69F7: hue angle of 275.07º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC69F7 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188105247-
CMYK0.240.5700.03
HSL275.07º89.87%69.02%-
HSV(B)275.07º57.49%96.86%-
XYZ42.5827.5191.06-
YUV146185157.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=34.81%
G=19.44%
B=45.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881052470.240.5700.03275.0789.8769.02
HexBC69F71839031135a45
Octal274151367307103423132105
Binary101111001101001111101111100011100101110001001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69F7; }

 p { color: rgb(188,105,247); }

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

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

 a { background-color: rgb(188,105,247); }

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

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

 span { border-color: rgb(188,105,247); }

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