#BF8DFB

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

Shades of Wisteria #BF8DFB

Tints of Wisteria #BF8DFB

Color information

#BF8DFB (or 0xBF8DFB) is unknown color: approx Wisteria. HEX triplet: BF, 8D and FB. RGB value is (191,141,251). Sum of RGB (Red+Green+Blue) = 191+141+251=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DFB is #407204. Grayscale: #A8A8A8. Windows color (decimal): -4223493 or 16485823. OLE color: 16485823.

HSL color Cylindrical-coordinate representation of color #BF8DFB: hue angle of 267.27º degrees, saturation: 0.93, 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 #BF8DFB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191141251-
CMYK0.240.4400.02
HSL267.27º93.22%76.86%-
HSV(B)267.27º43.82%98.43%-
XYZ48.4237.0995.87-
YUV168.49174.56144.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=32.76%
G=24.19%
B=43.05%

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
Decimal1911412510.240.4400.02267.2793.2276.86
HexBF8DFB182C0210b5d4d
Octal277215373305402413135115
Binary1011111110001101111110111100010110001010000101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DFB; }

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

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

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

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

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

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

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

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