#BC6CFB

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

Shades of Heliotrope #BC6CFB

Tints of Heliotrope #BC6CFB

Color information

#BC6CFB (or 0xBC6CFB) is unknown color: approx Heliotrope. HEX triplet: BC, 6C and FB. RGB value is (188,108,251). Sum of RGB (Red+Green+Blue) = 188+108+251=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFB is #439304. Grayscale: #939393. Windows color (decimal): -4428549 or 16477372. OLE color: 16477372.

HSL color Cylindrical-coordinate representation of color #BC6CFB: hue angle of 273.57º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6CFB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188108251-
CMYK0.250.5700.02
HSL273.57º94.7%70.39%-
HSV(B)273.57º56.97%98.43%-
XYZ43.5128.3894.45-
YUV148.22186156.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 108 (42.58% from 255) = 19.74%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=34.37%
G=19.74%
B=45.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881082510.250.5700.02273.5794.770.39
HexBC6CFB1939021125f46
Octal274154373317102422137106
Binary101111001101100111110111100111100101010001001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CFB; }

 p { color: rgb(188,108,251); }

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

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

 a { background-color: rgb(188,108,251); }

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

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

 span { border-color: rgb(188,108,251); }

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