#BB86F9

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

Shades of Wisteria #BB86F9

Tints of Wisteria #BB86F9

Color information

#BB86F9 (or 0xBB86F9) is unknown color: approx Wisteria. HEX triplet: BB, 86 and F9. RGB value is (187,134,249). Sum of RGB (Red+Green+Blue) = 187+134+249=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86F9 is #447906. Grayscale: #A2A2A2. Windows color (decimal): -4487431 or 16352955. OLE color: 16352955.

HSL color Cylindrical-coordinate representation of color #BB86F9: hue angle of 267.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB86F9 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187134249-
CMYK0.250.4600.02
HSL267.65º90.55%75.1%-
HSV(B)267.65º46.18%97.65%-
XYZ46.1234.4593.84-
YUV162.96176.56145.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 134 (52.73% from 255) = 23.51%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=32.81%
G=23.51%
B=43.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871342490.250.4600.02267.6590.5575.1
HexBB86F9192E0210c5b4b
Octal273206371315602414133113
Binary1011101110000110111110011100110111001010000110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86F9; }

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

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

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

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

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

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

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

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