#BC6EF1

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

Shades of Heliotrope #BC6EF1

Tints of Heliotrope #BC6EF1

Color information

#BC6EF1 (or 0xBC6EF1) is unknown color: approx Heliotrope. HEX triplet: BC, 6E and F1. RGB value is (188,110,241). Sum of RGB (Red+Green+Blue) = 188+110+241=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EF1 is #43910E. Grayscale: #939393. Windows color (decimal): -4428047 or 15822524. OLE color: 15822524.

HSL color Cylindrical-coordinate representation of color #BC6EF1: hue angle of 275.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6EF1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188110241-
CMYK0.220.5400.05
HSL275.73º82.39%68.82%-
HSV(B)275.73º54.36%94.51%-
XYZ42.1928.1986.44-
YUV148.26180.34156.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 110 (43.36% from 255) = 20.41%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=34.88%
G=20.41%
B=44.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881102410.220.5400.05275.7382.3968.82
HexBC6EF11636051145245
Octal274156361266605424122105
Binary1011110011011101111000110110110110010110001010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EF1; }

 p { color: rgb(188,110,241); }

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

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

 a { background-color: rgb(188,110,241); }

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

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

 span { border-color: rgb(188,110,241); }

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