#BF8AD7

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

Shades of Wisteria #BF8AD7

Tints of Wisteria #BF8AD7

Color information

#BF8AD7 (or 0xBF8AD7) is unknown color: approx Wisteria. HEX triplet: BF, 8A and D7. RGB value is (191,138,215). Sum of RGB (Red+Green+Blue) = 191+138+215=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF8AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD7 is #407528. Grayscale: #A2A2A2. Windows color (decimal): -4224297 or 14125759. OLE color: 14125759.

HSL color Cylindrical-coordinate representation of color #BF8AD7: hue angle of 281.3º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8AD7 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191138215-
CMYK0.110.3600.16
HSL281.3º49.04%69.22%-
HSV(B)281.3º35.81%84.31%-
XYZ42.8434.1668.63-
YUV162.62157.56148.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 215 (84.38% from 255) = 39.52%
R=35.11%
G=25.37%
B=39.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911382150.110.3600.16281.349.0469.22
HexBF8AD7B240101193145
Octal277212327134402043161105
Binary10111111100010101101011110111001000100001000110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AD7; }

 p { color: rgb(191,138,215); }

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

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

 a { background-color: rgb(191,138,215); }

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

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

 span { border-color: rgb(191,138,215); }

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