#BC66F9

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

Shades of Heliotrope #BC66F9

Tints of Heliotrope #BC66F9

Color information

#BC66F9 (or 0xBC66F9) is unknown color: approx Heliotrope. HEX triplet: BC, 66 and F9. RGB value is (188,102,249). Sum of RGB (Red+Green+Blue) = 188+102+249=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66F9 is #439906. Grayscale: #8F8F8F. Windows color (decimal): -4430087 or 16344764. OLE color: 16344764.

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

Color convert

RGB188102249-
CMYK0.240.5900.02
HSL275.1º92.45%68.82%-
HSV(B)275.1º59.04%97.65%-
XYZ42.5927.0392.6-
YUV144.47186.99159.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 102 (40.23% from 255) = 18.92%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=34.88%
G=18.92%
B=46.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881022490.240.5900.02275.192.4568.82
HexBC66F9183B021135c45
Octal274146371307302423134105
Binary101111001100110111110011100011101101010001001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66F9; }

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

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

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

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

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

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

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

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