#BC6BF2

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

Shades of Heliotrope #BC6BF2

Tints of Heliotrope #BC6BF2

Color information

#BC6BF2 (or 0xBC6BF2) is unknown color: approx Heliotrope. HEX triplet: BC, 6B and F2. RGB value is (188,107,242). Sum of RGB (Red+Green+Blue) = 188+107+242=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6BF2 is #43940D. Grayscale: #929292. Windows color (decimal): -4428814 or 15887292. OLE color: 15887292.

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

Color convert

RGB188107242-
CMYK0.220.5600.05
HSL276º83.85%68.43%-
HSV(B)276º55.79%94.9%-
XYZ42.0227.6287.12-
YUV146.61181.84157.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=35.01%
G=19.93%
B=45.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881072420.220.5600.0527683.8568.43
HexBC6BF21638051145444
Octal274153362267005424124104
Binary1011110011010111111001010110111000010110001010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BF2; }

 p { color: rgb(188,107,242); }

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

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

 a { background-color: rgb(188,107,242); }

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

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

 span { border-color: rgb(188,107,242); }

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