#BC7DE0

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

Shades of Wisteria #BC7DE0

Tints of Wisteria #BC7DE0

Color information

#BC7DE0 (or 0xBC7DE0) is unknown color: approx Wisteria. HEX triplet: BC, 7D and E0. RGB value is (188,125,224). Sum of RGB (Red+Green+Blue) = 188+125+224=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DE0 is #43821F. Grayscale: #9A9A9A. Windows color (decimal): -4424224 or 14712252. OLE color: 14712252.

HSL color Cylindrical-coordinate representation of color #BC7DE0: hue angle of 278.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7DE0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188125224-
CMYK0.160.4400.12
HSL278.18º61.49%68.43%-
HSV(B)278.18º44.2%87.84%-
XYZ41.5330.7474.27-
YUV155.12166.87151.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=35.01%
G=23.28%
B=41.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881252240.160.4400.12278.1861.4968.43
HexBC7DE0102C0C1163d44
Octal274175340205401442675104
Binary1011110011111011110000010000101100011001000101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DE0; }

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

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

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

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

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

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

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

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