#BC89ED

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

Shades of Wisteria #BC89ED

Tints of Wisteria #BC89ED

Color information

#BC89ED (or 0xBC89ED) is unknown color: approx Wisteria. HEX triplet: BC, 89 and ED. RGB value is (188,137,237). Sum of RGB (Red+Green+Blue) = 188+137+237=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89ED is #437612. Grayscale: #A3A3A3. Windows color (decimal): -4421139 or 15567292. OLE color: 15567292.

HSL color Cylindrical-coordinate representation of color #BC89ED: hue angle of 270.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC89ED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188137237-
CMYK0.210.4200.07
HSL270.6º73.53%73.33%-
HSV(B)270.6º42.19%92.94%-
XYZ44.9734.784.45-
YUV163.65169.4145.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=33.45%
G=24.38%
B=42.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881372370.210.4200.07270.673.5373.33
HexBC89ED152A0710f4a49
Octal274211355255207417112111
Binary10111100100010011110110110101101010011110000111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89ED; }

 p { color: rgb(188,137,237); }

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

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

 a { background-color: rgb(188,137,237); }

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

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

 span { border-color: rgb(188,137,237); }

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