#BC7EFF

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

Shades of Heliotrope #BC7EFF

Tints of Heliotrope #BC7EFF

Color information

#BC7EFF (or 0xBC7EFF) is unknown color: approx Heliotrope. HEX triplet: BC, 7E and FF. RGB value is (188,126,255). Sum of RGB (Red+Green+Blue) = 188+126+255=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFF is #438100. Grayscale: #9E9E9E. Windows color (decimal): -4423937 or 16744124. OLE color: 16744124.

HSL color Cylindrical-coordinate representation of color #BC7EFF: hue angle of 268.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7EFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188126255-
CMYK0.260.5100
HSL268.84º100%74.71%-
HSV(B)268.84º50.59%100%-
XYZ46.2532.8398.51-
YUV159.24182.04148.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 255 (100% from 255) = 44.82%
R=33.04%
G=22.14%
B=44.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881262550.260.5100268.8410074.71
HexBC7EFF1A330010d644b
Octal274176377326300415144113
Binary10111100111111011111111110101100110010000110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EFF; }

 p { color: rgb(188,126,255); }

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

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

 a { background-color: rgb(188,126,255); }

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

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

 span { border-color: rgb(188,126,255); }

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