#BC7AEC

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

Shades of Heliotrope #BC7AEC

Tints of Heliotrope #BC7AEC

Color information

#BC7AEC (or 0xBC7AEC) is unknown color: approx Heliotrope. HEX triplet: BC, 7A and EC. RGB value is (188,122,236). Sum of RGB (Red+Green+Blue) = 188+122+236=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7AEC is #438513. Grayscale: #9A9A9A. Windows color (decimal): -4424980 or 15497916. OLE color: 15497916.

HSL color Cylindrical-coordinate representation of color #BC7AEC: hue angle of 274.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7AEC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188122236-
CMYK0.200.4800.07
HSL274.74º75%70.2%-
HSV(B)274.74º48.31%92.55%-
XYZ42.8430.6783.02-
YUV154.73173.87151.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 122 (48.05% from 255) = 22.34%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=34.43%
G=22.34%
B=43.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881222360.200.4800.07274.747570.2
HexBC7AEC1430071134b46
Octal274172354246007423113106
Binary1011110011110101110110010100110000011110001001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7AEC; }

 p { color: rgb(188,122,236); }

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

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

 a { background-color: rgb(188,122,236); }

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

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

 span { border-color: rgb(188,122,236); }

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