#BF85DA

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

Shades of Wisteria #BF85DA

Tints of Wisteria #BF85DA

Color information

#BF85DA (or 0xBF85DA) is unknown color: approx Wisteria. HEX triplet: BF, 85 and DA. RGB value is (191,133,218). Sum of RGB (Red+Green+Blue) = 191+133+218=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85DA is #407A25. Grayscale: #9F9F9F. Windows color (decimal): -4225574 or 14321087. OLE color: 14321087.

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

Color convert

RGB191133218-
CMYK0.120.3900.15
HSL280.94º53.46%68.82%-
HSV(B)280.94º38.99%85.49%-
XYZ42.5332.9170.44-
YUV160.03160.72150.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=35.24%
G=24.54%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911332180.120.3900.15280.9453.4668.82
HexBF85DAC270F1193545
Octal277205332144701743165105
Binary1011111110000101110110101100100111011111000110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85DA; }

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

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

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

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

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

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

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

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