#BC7DF1

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

Shades of Heliotrope #BC7DF1

Tints of Heliotrope #BC7DF1

Color information

#BC7DF1 (or 0xBC7DF1) is unknown color: approx Heliotrope. HEX triplet: BC, 7D and F1. RGB value is (188,125,241). Sum of RGB (Red+Green+Blue) = 188+125+241=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DF1 is #43820E. Grayscale: #9C9C9C. Windows color (decimal): -4424207 or 15826364. OLE color: 15826364.

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

Color convert

RGB188125241-
CMYK0.220.4800.05
HSL272.59º80.56%71.76%-
HSV(B)272.59º48.13%94.51%-
XYZ43.9531.7187.02-
YUV157.06175.37150.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=33.94%
G=22.56%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881252410.220.4800.05272.5980.5671.76
HexBC7DF11630051115148
Octal274175361266005421121110
Binary1011110011111011111000110110110000010110001000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DF1; }

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

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

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

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

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

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

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

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