#BF89DD

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

Shades of Wisteria #BF89DD

Tints of Wisteria #BF89DD

Color information

#BF89DD (or 0xBF89DD) is unknown color: approx Wisteria. HEX triplet: BF, 89 and DD. RGB value is (191,137,221). Sum of RGB (Red+Green+Blue) = 191+137+221=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DD is #407622. Grayscale: #A2A2A2. Windows color (decimal): -4224547 or 14518719. OLE color: 14518719.

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

Color convert

RGB191137221-
CMYK0.140.3800.13
HSL278.57º55.26%70.2%-
HSV(B)278.57º38.01%86.67%-
XYZ43.4834.1972.71-
YUV162.72160.89148.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 137 (53.91% from 255) = 24.95%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=34.79%
G=24.95%
B=40.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911372210.140.3800.13278.5755.2670.2
HexBF89DDE260D1173746
Octal277211335164601542767106
Binary1011111110001001110111011110100110011011000101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89DD; }

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

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

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

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

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

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

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

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