#BF89F0

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

Shades of Wisteria #BF89F0

Tints of Wisteria #BF89F0

Color information

#BF89F0 (or 0xBF89F0) is unknown color: approx Wisteria. HEX triplet: BF, 89 and F0. RGB value is (191,137,240). Sum of RGB (Red+Green+Blue) = 191+137+240=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89F0 is #40760F. Grayscale: #A4A4A4. Windows color (decimal): -4224528 or 15763903. OLE color: 15763903.

HSL color Cylindrical-coordinate representation of color #BF89F0: hue angle of 271.46º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF89F0 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191137240-
CMYK0.200.4300.06
HSL271.46º77.44%73.92%-
HSV(B)271.46º42.92%94.12%-
XYZ46.1635.2686.81-
YUV164.89170.39146.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 137 (53.91% from 255) = 24.12%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=33.63%
G=24.12%
B=42.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911372400.200.4300.06271.4677.4473.92
HexBF89F0142B0610f4d4a
Octal277211360245306417115112
Binary10111111100010011111000010100101011011010000111110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89F0; }

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

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

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

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

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

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

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

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