#BC89EB

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

Shades of Wisteria #BC89EB

Tints of Wisteria #BC89EB

Color information

#BC89EB (or 0xBC89EB) is unknown color: approx Wisteria. HEX triplet: BC, 89 and EB. RGB value is (188,137,235). Sum of RGB (Red+Green+Blue) = 188+137+235=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89EB is #437614. Grayscale: #A3A3A3. Windows color (decimal): -4421141 or 15436220. OLE color: 15436220.

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

Color convert

RGB188137235-
CMYK0.20.4200.08
HSL271.22º71.01%72.94%-
HSV(B)271.22º41.7%92.16%-
XYZ44.6834.5882.92-
YUV163.42168.4145.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=33.57%
G=24.46%
B=41.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881372350.20.4200.08271.2271.0172.94
HexBC89EB142A0810f4749
Octal2742113532452010417107111
Binary101111001000100111101011101001010100100010000111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89EB; }

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

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

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

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

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

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

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

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