#BF91F1

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

Shades of Wisteria #BF91F1

Tints of Wisteria #BF91F1

Color information

#BF91F1 (or 0xBF91F1) is unknown color: approx Wisteria. HEX triplet: BF, 91 and F1. RGB value is (191,145,241). Sum of RGB (Red+Green+Blue) = 191+145+241=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF91F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91F1 is #406E0E. Grayscale: #A9A9A9. Windows color (decimal): -4222479 or 15831487. OLE color: 15831487.

HSL color Cylindrical-coordinate representation of color #BF91F1: hue angle of 268.75º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF91F1 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191145241-
CMYK0.210.4000.05
HSL268.75º77.42%75.69%-
HSV(B)268.75º39.83%94.51%-
XYZ47.4937.6887.99-
YUV169.7168.24143.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 145 (57.03% from 255) = 25.13%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=33.10%
G=25.13%
B=41.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911452410.210.4000.05268.7577.4275.69
HexBF91F115280510d4d4c
Octal277221361255005415115114
Binary10111111100100011111000110101101000010110000110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91F1; }

 p { color: rgb(191,145,241); }

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

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

 a { background-color: rgb(191,145,241); }

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

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

 span { border-color: rgb(191,145,241); }

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