#BF8AD6

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

Shades of Wisteria #BF8AD6

Tints of Wisteria #BF8AD6

Color information

#BF8AD6 (or 0xBF8AD6) is unknown color: approx Wisteria. HEX triplet: BF, 8A and D6. RGB value is (191,138,214). Sum of RGB (Red+Green+Blue) = 191+138+214=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD6 is #407529. Grayscale: #A2A2A2. Windows color (decimal): -4224298 or 14060223. OLE color: 14060223.

HSL color Cylindrical-coordinate representation of color #BF8AD6: hue angle of 281.84º degrees, saturation: 0.48, 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 #BF8AD6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191138214-
CMYK0.110.3600.16
HSL281.84º48.1%69.02%-
HSV(B)281.84º35.51%83.92%-
XYZ42.7134.1167.95-
YUV162.51157.06148.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=35.17%
G=25.41%
B=39.41%

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
Decimal1911382140.110.3600.16281.8448.169.02
HexBF8AD6B2401011a3045
Octal277212326134402043260105
Binary10111111100010101101011010111001000100001000110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AD6; }

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

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

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

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

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

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

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

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