#BF84F7

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

Shades of Wisteria #BF84F7

Tints of Wisteria #BF84F7

Color information

#BF84F7 (or 0xBF84F7) is unknown color: approx Wisteria. HEX triplet: BF, 84 and F7. RGB value is (191,132,247). Sum of RGB (Red+Green+Blue) = 191+132+247=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF84F7 is #407B08. Grayscale: #A2A2A2. Windows color (decimal): -4225801 or 16221375. OLE color: 16221375.

HSL color Cylindrical-coordinate representation of color #BF84F7: hue angle of 270.78º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF84F7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191132247-
CMYK0.230.4700.03
HSL270.78º87.79%74.31%-
HSV(B)270.78º46.56%96.86%-
XYZ46.5334.2992.16-
YUV162.75175.55148.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 132 (51.95% from 255) = 23.16%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=33.51%
G=23.16%
B=43.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911322470.230.4700.03270.7887.7974.31
HexBF84F7172F0310f584a
Octal277204367275703417130112
Binary1011111110000100111101111011110111101110000111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84F7; }

 p { color: rgb(191,132,247); }

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

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

 a { background-color: rgb(191,132,247); }

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

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

 span { border-color: rgb(191,132,247); }

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