#BC7DE3

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

Shades of Wisteria #BC7DE3

Tints of Wisteria #BC7DE3

Color information

#BC7DE3 (or 0xBC7DE3) is unknown color: approx Wisteria. HEX triplet: BC, 7D and E3. RGB value is (188,125,227). Sum of RGB (Red+Green+Blue) = 188+125+227=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC7DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DE3 is #43821C. Grayscale: #9B9B9B. Windows color (decimal): -4424221 or 14908860. OLE color: 14908860.

HSL color Cylindrical-coordinate representation of color #BC7DE3: hue angle of 277.06º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7DE3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188125227-
CMYK0.170.4500.11
HSL277.06º64.56%69.02%-
HSV(B)277.06º44.93%89.02%-
XYZ41.9430.976.43-
YUV155.46168.37151.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 227 (89.06% from 255) = 42.04%
R=34.81%
G=23.15%
B=42.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881252270.170.4500.11277.0664.5669.02
HexBC7DE3112D0B1154145
Octal2741753432155013425101105
Binary10111100111110111100011100011011010101110001010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DE3; }

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

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

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

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

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

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

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

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