#BC6DF6

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

Shades of Heliotrope #BC6DF6

Tints of Heliotrope #BC6DF6

Color information

#BC6DF6 (or 0xBC6DF6) is unknown color: approx Heliotrope. HEX triplet: BC, 6D and F6. RGB value is (188,109,246). Sum of RGB (Red+Green+Blue) = 188+109+246=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC6DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DF6 is #439209. Grayscale: #939393. Windows color (decimal): -4428298 or 16149948. OLE color: 16149948.

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

Color convert

RGB188109246-
CMYK0.240.5600.04
HSL274.6º88.39%69.61%-
HSV(B)274.6º55.69%96.47%-
XYZ42.8428.2890.39-
YUV148.24183.17156.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 109 (42.97% from 255) = 20.07%
BLUE value IS 246 (96.48% from 255) = 45.30%
R=34.62%
G=20.07%
B=45.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881092460.240.5600.04274.688.3969.61
HexBC6DF61838041135846
Octal274155366307004423130106
Binary1011110011011011111011011000111000010010001001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DF6; }

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

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

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

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

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

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

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

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