#BF8DFA

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

Shades of Wisteria #BF8DFA

Tints of Wisteria #BF8DFA

Color information

#BF8DFA (or 0xBF8DFA) is unknown color: approx Wisteria. HEX triplet: BF, 8D and FA. RGB value is (191,141,250). Sum of RGB (Red+Green+Blue) = 191+141+250=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DFA is #407205. Grayscale: #A7A7A7. Windows color (decimal): -4223494 or 16420287. OLE color: 16420287.

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

Color convert

RGB191141250-
CMYK0.240.4400.02
HSL267.52º91.6%76.67%-
HSV(B)267.52º43.6%98.04%-
XYZ48.2737.0395.05-
YUV168.38174.06144.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=32.82%
G=24.23%
B=42.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911412500.240.4400.02267.5291.676.67
HexBF8DFA182C0210c5c4d
Octal277215372305402414134115
Binary1011111110001101111110101100010110001010000110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DFA; }

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

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

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

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

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

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

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

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