#BF89DC

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

Shades of Wisteria #BF89DC

Tints of Wisteria #BF89DC

Color information

#BF89DC (or 0xBF89DC) is unknown color: approx Wisteria. HEX triplet: BF, 89 and DC. RGB value is (191,137,220). Sum of RGB (Red+Green+Blue) = 191+137+220=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DC is #407623. Grayscale: #A2A2A2. Windows color (decimal): -4224548 or 14453183. OLE color: 14453183.

HSL color Cylindrical-coordinate representation of color #BF89DC: hue angle of 279.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF89DC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191137220-
CMYK0.130.3800.14
HSL279.04º54.25%70%-
HSV(B)279.04º37.73%86.27%-
XYZ43.3534.1372.01-
YUV162.61160.39148.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=34.85%
G=25%
B=40.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911372200.130.3800.14279.0454.2570
HexBF89DCD260E1173646
Octal277211334154601642766106
Binary1011111110001001110111001101100110011101000101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89DC; }

 p { color: rgb(191,137,220); }

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

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

 a { background-color: rgb(191,137,220); }

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

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

 span { border-color: rgb(191,137,220); }

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