#BF89D9

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

Shades of Wisteria #BF89D9

Tints of Wisteria #BF89D9

Color information

#BF89D9 (or 0xBF89D9) is unknown color: approx Wisteria. HEX triplet: BF, 89 and D9. RGB value is (191,137,217). Sum of RGB (Red+Green+Blue) = 191+137+217=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89D9 is #407626. Grayscale: #A2A2A2. Windows color (decimal): -4224551 or 14256575. OLE color: 14256575.

HSL color Cylindrical-coordinate representation of color #BF89D9: hue angle of 280.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF89D9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191137217-
CMYK0.120.3700.15
HSL280.5º51.28%69.41%-
HSV(B)280.5º36.87%85.1%-
XYZ42.9633.9869.94-
YUV162.27158.89148.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=35.05%
G=25.14%
B=39.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911372170.120.3700.15280.551.2869.41
HexBF89D9C250F1183345
Octal277211331144501743063105
Binary1011111110001001110110011100100101011111000110001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89D9; }

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

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

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

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

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

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

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

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