#BF89D3

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

Shades of Wisteria #BF89D3

Tints of Wisteria #BF89D3

Color information

#BF89D3 (or 0xBF89D3) is unknown color: approx Wisteria. HEX triplet: BF, 89 and D3. RGB value is (191,137,211). Sum of RGB (Red+Green+Blue) = 191+137+211=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF89D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89D3 is #40762C. Grayscale: #A1A1A1. Windows color (decimal): -4224557 or 13863359. OLE color: 13863359.

HSL color Cylindrical-coordinate representation of color #BF89D3: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF89D3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191137211-
CMYK0.090.3500.17
HSL283.78º45.68%68.24%-
HSV(B)283.78º35.07%82.75%-
XYZ42.1933.6765.9-
YUV161.58155.89148.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 211 (82.81% from 255) = 39.15%
R=35.44%
G=25.42%
B=39.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911372110.090.3500.17283.7845.6868.24
HexBF89D392301111c2e44
Octal277211323114302143456104
Binary10111111100010011101001110011000110100011000111001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89D3; }

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

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

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

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

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

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

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

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