#BC89DF

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

Shades of Wisteria #BC89DF

Tints of Wisteria #BC89DF

Color information

#BC89DF (or 0xBC89DF) is unknown color: approx Wisteria. HEX triplet: BC, 89 and DF. RGB value is (188,137,223). Sum of RGB (Red+Green+Blue) = 188+137+223=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89DF is #437620. Grayscale: #A1A1A1. Windows color (decimal): -4421153 or 14649788. OLE color: 14649788.

HSL color Cylindrical-coordinate representation of color #BC89DF: hue angle of 275.58º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC89DF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188137223-
CMYK0.160.3900.13
HSL275.58º57.33%70.59%-
HSV(B)275.58º38.57%87.45%-
XYZ4333.9174.09-
YUV162.05162.4146.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=34.31%
G=25%
B=40.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881372230.160.3900.13275.5857.3370.59
HexBC89DF10270D1143947
Octal274211337204701542471107
Binary10111100100010011101111110000100111011011000101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89DF; }

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

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

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

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

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

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

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

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