#BF89DF

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

Shades of Wisteria #BF89DF

Tints of Wisteria #BF89DF

Color information

#BF89DF (or 0xBF89DF) is unknown color: approx Wisteria. HEX triplet: BF, 89 and DF. RGB value is (191,137,223). Sum of RGB (Red+Green+Blue) = 191+137+223=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89DF is #407620. Grayscale: #A2A2A2. Windows color (decimal): -4224545 or 14649791. OLE color: 14649791.

HSL color Cylindrical-coordinate representation of color #BF89DF: hue angle of 277.67º 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 #BF89DF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191137223-
CMYK0.140.3900.13
HSL277.67º57.33%70.59%-
HSV(B)277.67º38.57%87.45%-
XYZ43.7534.374.13-
YUV162.95161.89148.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.66%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=34.66%
G=24.86%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911372230.140.3900.13277.6757.3370.59
HexBF89DFE270D1163947
Octal277211337164701542671107
Binary1011111110001001110111111110100111011011000101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89DF; }

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

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

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

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

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

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

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

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