#BC69F9

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

Shades of Heliotrope #BC69F9

Tints of Heliotrope #BC69F9

Color information

#BC69F9 (or 0xBC69F9) is unknown color: approx Heliotrope. HEX triplet: BC, 69 and F9. RGB value is (188,105,249). Sum of RGB (Red+Green+Blue) = 188+105+249=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69F9 is #439606. Grayscale: #919191. Windows color (decimal): -4429319 or 16345532. OLE color: 16345532.

HSL color Cylindrical-coordinate representation of color #BC69F9: hue angle of 274.58º 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 #BC69F9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188105249-
CMYK0.240.5800.02
HSL274.58º92.31%69.41%-
HSV(B)274.58º57.83%97.65%-
XYZ42.8927.6392.7-
YUV146.23186157.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 249 (97.66% from 255) = 45.94%
R=34.69%
G=19.37%
B=45.94%

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
Decimal1881052490.240.5800.02274.5892.3169.41
HexBC69F9183A021135c45
Octal274151371307202423134105
Binary101111001101001111110011100011101001010001001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69F9; }

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

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

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

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

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

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

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

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