#BB86DE

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

Shades of Wisteria #BB86DE

Tints of Wisteria #BB86DE

Color information

#BB86DE (or 0xBB86DE) is unknown color: approx Wisteria. HEX triplet: BB, 86 and DE. RGB value is (187,134,222). Sum of RGB (Red+Green+Blue) = 187+134+222=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86DE is #447921. Grayscale: #9F9F9F. Windows color (decimal): -4487458 or 14583483. OLE color: 14583483.

HSL color Cylindrical-coordinate representation of color #BB86DE: hue angle of 276.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB86DE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187134222-
CMYK0.160.4000.13
HSL276.14º57.14%69.8%-
HSV(B)276.14º39.64%87.06%-
XYZ42.232.8973.23-
YUV159.88163.06147.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=34.44%
G=24.68%
B=40.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871342220.160.4000.13276.1457.1469.8
HexBB86DE10280D1143946
Octal273206336205001542471106
Binary10111011100001101101111010000101000011011000101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86DE; }

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

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

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

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

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

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

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

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