#BB86DA

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

Shades of Wisteria #BB86DA

Tints of Wisteria #BB86DA

Color information

#BB86DA (or 0xBB86DA) is unknown color: approx Wisteria. HEX triplet: BB, 86 and DA. RGB value is (187,134,218). Sum of RGB (Red+Green+Blue) = 187+134+218=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86DA is #447925. Grayscale: #9F9F9F. Windows color (decimal): -4487462 or 14321339. OLE color: 14321339.

HSL color Cylindrical-coordinate representation of color #BB86DA: hue angle of 277.86º 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 #BB86DA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187134218-
CMYK0.140.3900.15
HSL277.86º53.16%69.02%-
HSV(B)277.86º38.53%85.49%-
XYZ41.6732.6870.44-
YUV159.42161.06147.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=34.69%
G=24.86%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871342180.140.3900.15277.8653.1669.02
HexBB86DAE270F1163545
Octal273206332164701742665105
Binary1011101110000110110110101110100111011111000101101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86DA; }

 p { color: rgb(187,134,218); }

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

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

 a { background-color: rgb(187,134,218); }

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

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

 span { border-color: rgb(187,134,218); }

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