#BF8EF2

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

Shades of Wisteria #BF8EF2

Tints of Wisteria #BF8EF2

Color information

#BF8EF2 (or 0xBF8EF2) is unknown color: approx Wisteria. HEX triplet: BF, 8E and F2. RGB value is (191,142,242). Sum of RGB (Red+Green+Blue) = 191+142+242=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF8EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EF2 is #40710D. Grayscale: #A7A7A7. Windows color (decimal): -4223246 or 15896255. OLE color: 15896255.

HSL color Cylindrical-coordinate representation of color #BF8EF2: hue angle of 269.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8EF2 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191142242-
CMYK0.210.4100.05
HSL269.4º79.37%75.29%-
HSV(B)269.4º41.32%94.9%-
XYZ47.1936.8388.63-
YUV168.05169.73144.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=33.22%
G=24.70%
B=42.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911422420.210.4100.05269.479.3775.29
HexBF8EF215290510d4f4b
Octal277216362255105415117113
Binary10111111100011101111001010101101001010110000110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EF2; }

 p { color: rgb(191,142,242); }

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

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

 a { background-color: rgb(191,142,242); }

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

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

 span { border-color: rgb(191,142,242); }

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