#BF8DF4

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

Shades of Wisteria #BF8DF4

Tints of Wisteria #BF8DF4

Color information

#BF8DF4 (or 0xBF8DF4) is unknown color: approx Wisteria. HEX triplet: BF, 8D and F4. RGB value is (191,141,244). Sum of RGB (Red+Green+Blue) = 191+141+244=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF8DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DF4 is #40720B. Grayscale: #A7A7A7. Windows color (decimal): -4223500 or 16027071. OLE color: 16027071.

HSL color Cylindrical-coordinate representation of color #BF8DF4: hue angle of 269.13º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF8DF4 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191141244-
CMYK0.220.4200.04
HSL269.13º82.4%75.49%-
HSV(B)269.13º42.21%95.69%-
XYZ47.3436.6690.17-
YUV167.69171.06144.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 244 (95.70% from 255) = 42.36%
R=33.16%
G=24.48%
B=42.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911412440.220.4200.04269.1382.475.49
HexBF8DF4162A0410d524b
Octal277215364265204415122113
Binary10111111100011011111010010110101010010010000110110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DF4; }

 p { color: rgb(191,141,244); }

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

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

 a { background-color: rgb(191,141,244); }

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

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

 span { border-color: rgb(191,141,244); }

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