#BF89FD

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

Shades of Wisteria #BF89FD

Tints of Wisteria #BF89FD

Color information

#BF89FD (or 0xBF89FD) is unknown color: approx Wisteria. HEX triplet: BF, 89 and FD. RGB value is (191,137,253). Sum of RGB (Red+Green+Blue) = 191+137+253=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89FD is #407602. Grayscale: #A5A5A5. Windows color (decimal): -4224515 or 16615871. OLE color: 16615871.

HSL color Cylindrical-coordinate representation of color #BF89FD: hue angle of 267.93º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF89FD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191137253-
CMYK0.250.4600.01
HSL267.93º96.67%76.47%-
HSV(B)267.93º45.85%99.22%-
XYZ48.1636.0697.35-
YUV166.37176.89145.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=32.87%
G=23.58%
B=43.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911372530.250.4600.01267.9396.6776.47
HexBF89FD192E0110c614c
Octal277211375315601414141114
Binary101111111000100111111101110011011100110000110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89FD; }

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

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

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

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

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

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

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

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