#bc89ea

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

Shades of Wisteria #BC89EA

Tints of Wisteria #BC89EA

Color information

#BC89EA (or 0xBC89EA) is unknown color: approx Wisteria. HEX triplet: BC, 89 and EA. RGB value is (188,137,234). Sum of RGB (Red+Green+Blue) = 188+137+234=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89EA is #437615. Grayscale: #A2A2A2. Windows color (decimal): -4421142 or 15370684. OLE color: 15370684.

HSL color Cylindrical-coordinate representation of color #BC89EA: hue angle of 271.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC89EA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188137234-
CMYK0.200.4100.08
HSL271.55º69.78%72.75%-
HSV(B)271.55º41.45%91.76%-
XYZ44.5434.5282.16-
YUV163.31167.9145.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=33.63%
G=24.51%
B=41.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881372340.200.4100.08271.5569.7872.75
HexBC89EA1429081104649
Octal2742113522451010420106111
Binary101111001000100111101010101001010010100010001000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc89ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc89ea; }

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

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

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

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

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

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

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

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