#BC7DE9

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

Shades of Wisteria #BC7DE9

Tints of Wisteria #BC7DE9

Color information

#BC7DE9 (or 0xBC7DE9) is unknown color: approx Wisteria. HEX triplet: BC, 7D and E9. RGB value is (188,125,233). Sum of RGB (Red+Green+Blue) = 188+125+233=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC7DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DE9 is #438216. Grayscale: #9B9B9B. Windows color (decimal): -4424215 or 15302076. OLE color: 15302076.

HSL color Cylindrical-coordinate representation of color #BC7DE9: hue angle of 275º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC7DE9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188125233-
CMYK0.190.4600.09
HSL275º71.05%70.2%-
HSV(B)275º46.35%91.37%-
XYZ42.7831.2480.87-
YUV156.15171.37150.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 233 (91.41% from 255) = 42.67%
R=34.43%
G=22.89%
B=42.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881252330.190.4600.0927571.0570.2
HexBC7DE9132E091134746
Octal2741753512356011423107106
Binary10111100111110111101001100111011100100110001001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DE9; }

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

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

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

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

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

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

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

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