#BC89F6

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

Shades of Wisteria #BC89F6

Tints of Wisteria #BC89F6

Color information

#BC89F6 (or 0xBC89F6) is unknown color: approx Wisteria. HEX triplet: BC, 89 and F6. RGB value is (188,137,246). Sum of RGB (Red+Green+Blue) = 188+137+246=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC89F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89F6 is #437609. Grayscale: #A4A4A4. Windows color (decimal): -4421130 or 16157116. OLE color: 16157116.

HSL color Cylindrical-coordinate representation of color #BC89F6: hue angle of 268.07º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC89F6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188137246-
CMYK0.240.4400.04
HSL268.07º85.83%75.1%-
HSV(B)268.07º44.31%96.47%-
XYZ46.3235.2491.55-
YUV164.68173.9144.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=32.92%
G=23.99%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881372460.240.4400.04268.0785.8375.1
HexBC89F6182C0410c564b
Octal274211366305404414126113
Binary10111100100010011111011011000101100010010000110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89F6; }

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

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

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

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

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

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

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

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