#BC7DF9

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

Shades of Heliotrope #BC7DF9

Tints of Heliotrope #BC7DF9

Color information

#BC7DF9 (or 0xBC7DF9) is unknown color: approx Heliotrope. HEX triplet: BC, 7D and F9. RGB value is (188,125,249). Sum of RGB (Red+Green+Blue) = 188+125+249=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC7DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DF9 is #438206. Grayscale: #9D9D9D. Windows color (decimal): -4424199 or 16350652. OLE color: 16350652.

HSL color Cylindrical-coordinate representation of color #BC7DF9: hue angle of 270.48º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7DF9 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188125249-
CMYK0.240.5000.02
HSL270.48º91.18%73.33%-
HSV(B)270.48º49.8%97.65%-
XYZ45.1732.293.46-
YUV157.97179.37149.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=33.45%
G=22.24%
B=44.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881252490.240.5000.02270.4891.1873.33
HexBC7DF918320210e5b49
Octal274175371306202416133111
Binary101111001111101111110011100011001001010000111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DF9; }

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

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

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

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

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

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

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

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