#BC7DE5

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

Shades of Wisteria #BC7DE5

Tints of Wisteria #BC7DE5

Color information

#BC7DE5 (or 0xBC7DE5) is unknown color: approx Wisteria. HEX triplet: BC, 7D and E5. RGB value is (188,125,229). Sum of RGB (Red+Green+Blue) = 188+125+229=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC7DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DE5 is #43821A. Grayscale: #9B9B9B. Windows color (decimal): -4424219 or 15039932. OLE color: 15039932.

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

Color convert

RGB188125229-
CMYK0.180.4500.10
HSL276.35º66.67%69.41%-
HSV(B)276.35º45.41%89.8%-
XYZ42.2231.0277.89-
YUV155.69169.37151.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=34.69%
G=23.06%
B=42.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881252290.180.4500.10276.3566.6769.41
HexBC7DE5122D0A1144345
Octal2741753452255012424103105
Binary10111100111110111100101100101011010101010001010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DE5; }

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

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

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

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

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

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

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

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