#BF8EFA

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

Shades of Wisteria #BF8EFA

Tints of Wisteria #BF8EFA

Color information

#BF8EFA (or 0xBF8EFA) is unknown color: approx Wisteria. HEX triplet: BF, 8E and FA. RGB value is (191,142,250). Sum of RGB (Red+Green+Blue) = 191+142+250=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EFA is #407105. Grayscale: #A8A8A8. Windows color (decimal): -4223238 or 16420543. OLE color: 16420543.

HSL color Cylindrical-coordinate representation of color #BF8EFA: hue angle of 267.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF8EFA is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191142250-
CMYK0.240.4300.02
HSL267.22º91.53%76.86%-
HSV(B)267.22º43.2%98.04%-
XYZ48.4137.3295.1-
YUV168.96173.73143.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 142 (55.86% from 255) = 24.36%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=32.76%
G=24.36%
B=42.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911422500.240.4300.02267.2291.5376.86
HexBF8EFA182B0210b5c4d
Octal277216372305302413134115
Binary1011111110001110111110101100010101101010000101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EFA; }

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

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

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

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

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

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

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

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