#BF87DA

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

Shades of Wisteria #BF87DA

Tints of Wisteria #BF87DA

Color information

#BF87DA (or 0xBF87DA) is unknown color: approx Wisteria. HEX triplet: BF, 87 and DA. RGB value is (191,135,218). Sum of RGB (Red+Green+Blue) = 191+135+218=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87DA is #407825. Grayscale: #A0A0A0. Windows color (decimal): -4225062 or 14321599. OLE color: 14321599.

HSL color Cylindrical-coordinate representation of color #BF87DA: hue angle of 280.48º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF87DA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191135218-
CMYK0.120.3800.15
HSL280.48º52.87%69.22%-
HSV(B)280.48º38.07%85.49%-
XYZ42.833.4770.53-
YUV161.21160.05149.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=35.11%
G=24.82%
B=40.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911352180.120.3800.15280.4852.8769.22
HexBF87DAC260F1183545
Octal277207332144601743065105
Binary1011111110000111110110101100100110011111000110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87DA; }

 p { color: rgb(191,135,218); }

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

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

 a { background-color: rgb(191,135,218); }

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

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

 span { border-color: rgb(191,135,218); }

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