#BC7BE6

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

Shades of Wisteria #BC7BE6

Tints of Wisteria #BC7BE6

Color information

#BC7BE6 (or 0xBC7BE6) is unknown color: approx Wisteria. HEX triplet: BC, 7B and E6. RGB value is (188,123,230). Sum of RGB (Red+Green+Blue) = 188+123+230=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC7BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BE6 is #438419. Grayscale: #9A9A9A. Windows color (decimal): -4424730 or 15104956. OLE color: 15104956.

HSL color Cylindrical-coordinate representation of color #BC7BE6: hue angle of 276.45º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7BE6 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188123230-
CMYK0.180.4700.10
HSL276.45º68.15%69.22%-
HSV(B)276.45º46.52%90.2%-
XYZ42.130.5778.54-
YUV154.63170.53151.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 230 (90.23% from 255) = 42.51%
R=34.75%
G=22.74%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881232300.180.4700.10276.4568.1569.22
HexBC7BE6122F0A1144445
Octal2741733462257012424104105
Binary10111100111101111100110100101011110101010001010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BE6; }

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

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

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

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

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

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

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

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