#BC7BEE

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

Shades of Heliotrope #BC7BEE

Tints of Heliotrope #BC7BEE

Color information

#BC7BEE (or 0xBC7BEE) is unknown color: approx Heliotrope. HEX triplet: BC, 7B and EE. RGB value is (188,123,238). Sum of RGB (Red+Green+Blue) = 188+123+238=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BEE is #438411. Grayscale: #9B9B9B. Windows color (decimal): -4424722 or 15629244. OLE color: 15629244.

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

Color convert

RGB188123238-
CMYK0.210.4800.07
HSL273.91º77.18%70.78%-
HSV(B)273.91º48.32%93.33%-
XYZ43.2531.0384.6-
YUV155.54174.53151.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=34.24%
G=22.40%
B=43.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881232380.210.4800.07273.9177.1870.78
HexBC7BEE1530071124d47
Octal274173356256007422115107
Binary1011110011110111110111010101110000011110001001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BEE; }

 p { color: rgb(188,123,238); }

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

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

 a { background-color: rgb(188,123,238); }

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

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

 span { border-color: rgb(188,123,238); }

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