#BC89F7

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

Shades of Wisteria #BC89F7

Tints of Wisteria #BC89F7

Color information

#BC89F7 (or 0xBC89F7) is unknown color: approx Wisteria. HEX triplet: BC, 89 and F7. RGB value is (188,137,247). Sum of RGB (Red+Green+Blue) = 188+137+247=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC89F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89F7 is #437608. Grayscale: #A4A4A4. Windows color (decimal): -4421129 or 16222652. OLE color: 16222652.

HSL color Cylindrical-coordinate representation of color #BC89F7: hue angle of 267.82º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC89F7 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188137247-
CMYK0.240.4500.03
HSL267.82º87.3%75.29%-
HSV(B)267.82º44.53%96.86%-
XYZ46.4735.392.36-
YUV164.79174.4144.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 247 (96.88% from 255) = 43.18%
R=32.87%
G=23.95%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881372470.240.4500.03267.8287.375.29
HexBC89F7182D0310c574b
Octal274211367305503414127113
Binary1011110010001001111101111100010110101110000110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89F7; }

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

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

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

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

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

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

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

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